#862974

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

Shades of Dark Purple #862974

Tints of Dark Purple #862974

Color information

#862974 (or 0x862974) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 74. RGB value is (134,41,116). Sum of RGB (Red+Green+Blue) = 134+41+116=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #862974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862974 is #79D68B. Grayscale: #4D4D4D. Windows color (decimal): -7984780 or 7612806. OLE color: 7612806.

HSL color Cylindrical-coordinate representation of color #862974: hue angle of 311.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862974 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13441116-
CMYK00.690.130.47
HSL311.61º53.14%34.31%-
HSV(B)311.61º69.4%52.55%-
XYZ13.787.9217.32-
YUV77.36149.81168.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=46.05%
G=14.09%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344111600.690.130.47311.6153.1434.31
Hex862974045D2F1383522
Octal20651164010515574706542
Binary100001101010011110100010001011101101111100111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862974; }

 p { color: rgb(134,41,116); }

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

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

 a { background-color: rgb(134,41,116); }

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

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

 span { border-color: rgb(134,41,116); }

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