Html Css Color HEX #870971 Dark Purple

📋 copy color: '#870971'

red 135 ◦ green 9 ◦ blue 113

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

Shades of Dark Purple #870971

Tints of Dark Purple #870971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 52.53%
G = 3.5%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#870971 (or 0x870971) is known color: Dark Purple. HEX triplet: 87, 09 and 71. RGB value is (135,9,113). Sum of RGB (Red+Green+Blue) = 135+9+113=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870971 is #78F68E. Grayscale: #3A3A3A. Windows color (decimal): -7927439 or 7408007. OLE color: 7408007.

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

Color convert

RGB 135 9 113 -
CMYK 0 0.93 0.16 0.47
HSL 310.48º 0.88% 0.28% -
HSV(B) 310.48º 0.93% 0.53% -
XYZ 13.07 6.54 16.2 -
YUV 58.53 158.74 182.54 -
System Red Green Blue C M Y K H S L
Decimal 135 9 113 0 0.93 0.16 0.47 310.48 0.88 0.28
Hex 87 9 71 0 5D 10 2F 136 58 1C
Octal 207 11 161 0 135 20 57 466 130 34
Binary 10000111 1001 1110001 0 1011101 10000 101111 100110110 1011000 11100

Color Harmonies of #870971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870971

Black with #870971

Text Example


Text Example

White with #870971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870971; }

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

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

background-color css

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

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

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

border-color css

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

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

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