Html Css Color HEX #871961 Dark Purple

📋 copy color: '#871961'

red 135 ◦ green 25 ◦ blue 97

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

Shades of Dark Purple #871961

Tints of Dark Purple #871961

RGB

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

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

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

R = 52.53%
G = 9.73%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#871961 (or 0x871961) is known color: Dark Purple. HEX triplet: 87, 19 and 61. RGB value is (135,25,97). Sum of RGB (Red+Green+Blue) = 135+25+97=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #871961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871961 is #78E69E. Grayscale: #414141. Windows color (decimal): -7923359 or 6363527. OLE color: 6363527.

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

Color convert

RGB 135 25 97 -
CMYK 0 0.81 0.28 0.47
HSL 320.73º 0.69% 0.31% -
HSV(B) 320.73º 0.81% 0.53% -
XYZ 12.5 6.71 11.95 -
YUV 66.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 135 25 97 0 0.81 0.28 0.47 320.73 0.69 0.31
Hex 87 19 61 0 51 1C 2F 141 45 1F
Octal 207 31 141 0 121 34 57 501 105 37
Binary 10000111 11001 1100001 0 1010001 11100 101111 101000001 1000101 11111

Color Harmonies of #871961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871961

Black with #871961

Text Example


Text Example

White with #871961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871961; }

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

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

background-color css

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

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

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

border-color css

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

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

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