#861662

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

Shades of Dark Purple #861662

Tints of Dark Purple #861662

Color information

#861662 (or 0x861662) is unknown color: approx Dark Purple. HEX triplet: 86, 16 and 62. RGB value is (134,22,98). Sum of RGB (Red+Green+Blue) = 134+22+98=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #861662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861662 is #79E99D. Grayscale: #3F3F3F. Windows color (decimal): -7989662 or 6428294. OLE color: 6428294.

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

Color convert

RGB1342298-
CMYK00.840.270.47
HSL319.29º71.79%30.59%-
HSV(B)319.29º83.58%52.55%-
XYZ12.326.5212.17-
YUV64.15147.11177.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=52.76%
G=8.66%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134229800.840.270.47319.2971.7930.59
Hex8616620541B2F13f481f
Octal206261420124335747711037
Binary100001101011011000100101010011011101111100111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861662; }

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

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

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

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

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

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

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

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