Html Css Color HEX #870970 Dark Purple

📋 copy color: '#870970'

red 135 ◦ green 9 ◦ blue 112

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

Shades of Dark Purple #870970

Tints of Dark Purple #870970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 52.73%
G = 3.52%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#870970 (or 0x870970) is known color: Dark Purple. HEX triplet: 87, 09 and 70. RGB value is (135,9,112). Sum of RGB (Red+Green+Blue) = 135+9+112=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870970 is #78F68F. Grayscale: #3A3A3A. Windows color (decimal): -7927440 or 7342471. OLE color: 7342471.

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

Color convert

RGB 135 9 112 -
CMYK 0 0.93 0.17 0.47
HSL 310.95º 0.88% 0.28% -
HSV(B) 310.95º 0.93% 0.53% -
XYZ 13.01 6.52 15.9 -
YUV 58.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 135 9 112 0 0.93 0.17 0.47 310.95 0.88 0.28
Hex 87 9 70 0 5D 11 2F 137 58 1C
Octal 207 11 160 0 135 21 57 467 130 34
Binary 10000111 1001 1110000 0 1011101 10001 101111 100110111 1011000 11100

Color Harmonies of #870970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870970

Black with #870970

Text Example


Text Example

White with #870970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870970; }

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

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

background-color css

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

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

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

border-color css

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

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

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