Html Css Color HEX #871967 Dark Purple

📋 copy color: '#871967'

red 135 ◦ green 25 ◦ blue 103

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

Shades of Dark Purple #871967

Tints of Dark Purple #871967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 103 (40.63% from 255) = 39.16%

R = 51.33%
G = 9.51%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#871967 (or 0x871967) is known color: Dark Purple. HEX triplet: 87, 19 and 67. RGB value is (135,25,103). Sum of RGB (Red+Green+Blue) = 135+25+103=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #871967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871967 is #78E698. Grayscale: #424242. Windows color (decimal): -7923353 or 6756743. OLE color: 6756743.

HSL color Cylindrical-coordinate representation of color #871967: hue angle of 317.45º 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 #871967 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 103 -
CMYK 0 0.81 0.24 0.47
HSL 317.45º 0.69% 0.31% -
HSV(B) 317.45º 0.81% 0.53% -
XYZ 12.79 6.83 13.48 -
YUV 66.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 135 25 103 0 0.81 0.24 0.47 317.45 0.69 0.31
Hex 87 19 67 0 51 18 2F 13D 45 1F
Octal 207 31 147 0 121 30 57 475 105 37
Binary 10000111 11001 1100111 0 1010001 11000 101111 100111101 1000101 11111

Color Harmonies of #871967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871967

Black with #871967

Text Example


Text Example

White with #871967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871967; }

 p { color: rgb(135,25,103); }

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

background-color css

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

 a { background-color: rgb(135,25,103); }

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

border-color css

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

 span { border-color: rgb(135,25,103); }

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