Html Css Color HEX #871861 Dark Purple

📋 copy color: '#871861'

red 135 ◦ green 24 ◦ blue 97

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

Shades of Dark Purple #871861

Tints of Dark Purple #871861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 52.73%
G = 9.38%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#871861 (or 0x871861) is known color: Dark Purple. HEX triplet: 87, 18 and 61. RGB value is (135,24,97). Sum of RGB (Red+Green+Blue) = 135+24+97=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #871861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871861 is #78E79E. Grayscale: #414141. Windows color (decimal): -7923615 or 6363271. OLE color: 6363271.

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

Color convert

RGB 135 24 97 -
CMYK 0 0.82 0.28 0.47
HSL 320.54º 0.7% 0.31% -
HSV(B) 320.54º 0.82% 0.53% -
XYZ 12.48 6.67 11.94 -
YUV 65.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 135 24 97 0 0.82 0.28 0.47 320.54 0.7 0.31
Hex 87 18 61 0 52 1C 2F 141 46 1F
Octal 207 30 141 0 122 34 57 501 106 37
Binary 10000111 11000 1100001 0 1010010 11100 101111 101000001 1000110 11111

Color Harmonies of #871861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871861

Black with #871861

Text Example


Text Example

White with #871861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871861; }

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

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

background-color css

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

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

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

border-color css

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

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

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