Html Css Color HEX #872071 Dark Purple

📋 copy color: '#872071'

red 135 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #872071

Tints of Dark Purple #872071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 48.21%
G = 11.43%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#872071 (or 0x872071) is known color: Dark Purple. HEX triplet: 87, 20 and 71. RGB value is (135,32,113). Sum of RGB (Red+Green+Blue) = 135+32+113=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #872071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872071 is #78DF8E. Grayscale: #474747. Windows color (decimal): -7921551 or 7413895. OLE color: 7413895.

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

Color convert

RGB 135 32 113 -
CMYK 0 0.76 0.16 0.47
HSL 312.82º 0.62% 0.33% -
HSV(B) 312.82º 0.76% 0.53% -
XYZ 13.49 7.38 16.34 -
YUV 72.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 135 32 113 0 0.76 0.16 0.47 312.82 0.62 0.33
Hex 87 20 71 0 4C 10 2F 139 3E 21
Octal 207 40 161 0 114 20 57 471 76 41
Binary 10000111 100000 1110001 0 1001100 10000 101111 100111001 111110 100001

Color Harmonies of #872071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872071

Black with #872071

Text Example


Text Example

White with #872071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872071; }

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

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

background-color css

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

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

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

border-color css

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

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

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