#861962

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

Shades of Dark Purple #861962

Tints of Dark Purple #861962

Color information

#861962 (or 0x861962) is unknown color: approx Dark Purple. HEX triplet: 86, 19 and 62. RGB value is (134,25,98). Sum of RGB (Red+Green+Blue) = 134+25+98=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861962 is #79E69D. Grayscale: #414141. Windows color (decimal): -7988894 or 6429062. OLE color: 6429062.

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

Color convert

RGB1342598-
CMYK00.810.270.47
HSL319.82º68.55%31.18%-
HSV(B)319.82º81.34%52.55%-
XYZ12.386.6512.19-
YUV65.91146.11176.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=52.14%
G=9.73%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134259800.810.270.47319.8268.5531.18
Hex8619620511B2F140451f
Octal206311420121335750010537
Binary100001101100111000100101000111011101111101000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861962; }

 p { color: rgb(134,25,98); }

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

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

 a { background-color: rgb(134,25,98); }

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

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

 span { border-color: rgb(134,25,98); }

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