Html Css Color HEX #872971 Dark Purple

📋 copy color: '#872971'

red 135 ◦ green 41 ◦ blue 113

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

Shades of Dark Purple #872971

Tints of Dark Purple #872971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 46.71%
G = 14.19%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#872971 (or 0x872971) is known color: Dark Purple. HEX triplet: 87, 29 and 71. RGB value is (135,41,113). Sum of RGB (Red+Green+Blue) = 135+41+113=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #872971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872971 is #78D68E. Grayscale: #4D4D4D. Windows color (decimal): -7919247 or 7416199. OLE color: 7416199.

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

Color convert

RGB 135 41 113 -
CMYK 0 0.70 0.16 0.47
HSL 314.04º 0.53% 0.35% -
HSV(B) 314.04º 0.7% 0.53% -
XYZ 13.77 7.93 16.43 -
YUV 77.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 135 41 113 0 0.70 0.16 0.47 314.04 0.53 0.35
Hex 87 29 71 0 46 10 2F 13A 35 23
Octal 207 51 161 0 106 20 57 472 65 43
Binary 10000111 101001 1110001 0 1000110 10000 101111 100111010 110101 100011

Color Harmonies of #872971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872971

Black with #872971

Text Example


Text Example

White with #872971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872971; }

 p { color: rgb(135,41,113); }

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

background-color css

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

 a { background-color: rgb(135,41,113); }

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

border-color css

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

 span { border-color: rgb(135,41,113); }

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