#872274

Color #872274 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #872274

Tints of Dark Purple #872274

Color information

#872274 (or 0x872274) is unknown color: approx Dark Purple. HEX triplet: 87, 22 and 74. RGB value is (135,34,116). Sum of RGB (Red+Green+Blue) = 135+34+116=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872274 is #78DD8B. Grayscale: #494949. Windows color (decimal): -7921036 or 7611015. OLE color: 7611015.

HSL color Cylindrical-coordinate representation of color #872274: hue angle of 311.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872274 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13534116-
CMYK00.750.140.47
HSL311.29º59.76%33.14%-
HSV(B)311.29º74.81%52.94%-
XYZ13.727.5617.26-
YUV73.55151.96171.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=47.37%
G=11.93%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353411600.750.140.47311.2959.7633.14
Hex87227404BE2F1373c21
Octal20742164011316574677441
Binary100001111000101110100010010111110101111100110111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872274; }

 p { color: rgb(135,34,116); }

 H1.HeaderClassName
 {
   color: #872274;
 }
 .AnyTagClassName
 {
   color: #872274;
 }
</style>
background-color css

<style>
 a { background-color: #872274; }

 a { background-color: rgb(135,34,116); }

 div.DivClassName
 {
   background-color: #872274;
 }
 .BgClassName
 {
   background-color: #872274;
 }
</style>
border-color css

<style>
 span { border-color: #872274; }

 span { border-color: rgb(135,34,116); }

 td.TdClassName
 {
   border-color: #872274;
 }
 .TagClassName
 {
   border-color: #872274;
 }
</style>