Html Css Color HEX #871564 Dark Purple

📋 copy color: '#871564'

red 135 ◦ green 21 ◦ blue 100

#871564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #871564

Tints of Dark Purple #871564

RGB

 RED value IS 135 (53.13% from 255) = 52.73%

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 100 (39.45% from 255) = 39.06%

R = 52.73%
G = 8.2%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#871564 (or 0x871564) is known color: Dark Purple. HEX triplet: 87, 15 and 64. RGB value is (135,21,100). Sum of RGB (Red+Green+Blue) = 135+21+100=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #871564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871564 is #78EA9B. Grayscale: #3F3F3F. Windows color (decimal): -7924380 or 6559111. OLE color: 6559111.

HSL color Cylindrical-coordinate representation of color #871564: hue angle of 318.42º degrees, saturation: 0.73, 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 #871564 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 100 -
CMYK 0 0.84 0.26 0.47
HSL 318.42º 0.73% 0.31% -
HSV(B) 318.42º 0.84% 0.53% -
XYZ 12.56 6.61 12.67 -
YUV 64.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 135 21 100 0 0.84 0.26 0.47 318.42 0.73 0.31
Hex 87 15 64 0 54 1A 2F 13E 49 1F
Octal 207 25 144 0 124 32 57 476 111 37
Binary 10000111 10101 1100100 0 1010100 11010 101111 100111110 1001001 11111

Color Harmonies of #871564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871564

Black with #871564

Text Example


Text Example

White with #871564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871564; }

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

 H1.HeaderClassName
 {
   color: #871564;
 }
 .AnyTagClassName
 {
   color: #871564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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