Html Css Color HEX #871F79 Dark Purple

📋 copy color: '#871F79'

red 135 ◦ green 31 ◦ blue 121

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

Shades of Dark Purple #871F79

Tints of Dark Purple #871F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 47.04%
G = 10.8%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#871F79 (or 0x871F79) is known color: Dark Purple. HEX triplet: 87, 1F and 79. RGB value is (135,31,121). Sum of RGB (Red+Green+Blue) = 135+31+121=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #871F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F79 is #78E086. Grayscale: #484848. Windows color (decimal): -7921799 or 7937927. OLE color: 7937927.

HSL color Cylindrical-coordinate representation of color #871F79: hue angle of 308.08º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F79 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 121 -
CMYK 0 0.77 0.10 0.47
HSL 308.08º 0.63% 0.33% -
HSV(B) 308.08º 0.77% 0.53% -
XYZ 13.93 7.51 18.8 -
YUV 72.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 135 31 121 0 0.77 0.10 0.47 308.08 0.63 0.33
Hex 87 1F 79 0 4D A 2F 134 3F 21
Octal 207 37 171 0 115 12 57 464 77 41
Binary 10000111 11111 1111001 0 1001101 1010 101111 100110100 111111 100001

Color Harmonies of #871F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F79

Black with #871F79

Text Example


Text Example

White with #871F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F79; }

 p { color: rgb(135,31,121); }

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

background-color css

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

 a { background-color: rgb(135,31,121); }

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

border-color css

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

 span { border-color: rgb(135,31,121); }

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