#861564

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

Shades of Dark Purple #861564

Tints of Dark Purple #861564

Color information

#861564 (or 0x861564) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 64. RGB value is (134,21,100). Sum of RGB (Red+Green+Blue) = 134+21+100=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #861564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861564 is #79EA9B. Grayscale: #3F3F3F. Windows color (decimal): -7989916 or 6559110. OLE color: 6559110.

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

Color convert

RGB13421100-
CMYK00.840.250.47
HSL318.05º72.9%30.39%-
HSV(B)318.05º84.33%52.55%-
XYZ12.46.5212.66-
YUV63.79148.44178.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=52.55%
G=8.24%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342110000.840.250.47318.0572.930.39
Hex861564054192F13e491e
Octal206251440124315747611136
Binary100001101010111001000101010011001101111100111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861564; }

 p { color: rgb(134,21,100); }

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

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

 a { background-color: rgb(134,21,100); }

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

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

 span { border-color: rgb(134,21,100); }

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