Html Css Color HEX #871869 Dark Purple

📋 copy color: '#871869'

red 135 ◦ green 24 ◦ blue 105

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

Shades of Dark Purple #871869

Tints of Dark Purple #871869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 51.14%
G = 9.09%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#871869 (or 0x871869) is known color: Dark Purple. HEX triplet: 87, 18 and 69. RGB value is (135,24,105). Sum of RGB (Red+Green+Blue) = 135+24+105=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #871869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871869 is #78E796. Grayscale: #424242. Windows color (decimal): -7923607 or 6887559. OLE color: 6887559.

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

Color convert

RGB 135 24 105 -
CMYK 0 0.82 0.22 0.47
HSL 316.22º 0.7% 0.31% -
HSV(B) 316.22º 0.82% 0.53% -
XYZ 12.87 6.82 14 -
YUV 66.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 135 24 105 0 0.82 0.22 0.47 316.22 0.7 0.31
Hex 87 18 69 0 52 16 2F 13C 46 1F
Octal 207 30 151 0 122 26 57 474 106 37
Binary 10000111 11000 1101001 0 1010010 10110 101111 100111100 1000110 11111

Color Harmonies of #871869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871869

Black with #871869

Text Example


Text Example

White with #871869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871869; }

 p { color: rgb(135,24,105); }

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

background-color css

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

 a { background-color: rgb(135,24,105); }

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

border-color css

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

 span { border-color: rgb(135,24,105); }

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