Html Css Color HEX #870D79 Dark Purple

📋 copy color: '#870D79'

red 135 ◦ green 13 ◦ blue 121

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

Shades of Dark Purple #870D79

Tints of Dark Purple #870D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

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

R = 50.19%
G = 4.83%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870D79 (or 0x870D79) is known color: Dark Purple. HEX triplet: 87, 0D and 79. RGB value is (135,13,121). Sum of RGB (Red+Green+Blue) = 135+13+121=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D79 is #78F286. Grayscale: #3D3D3D. Windows color (decimal): -7926407 or 7933319. OLE color: 7933319.

HSL color Cylindrical-coordinate representation of color #870D79: hue angle of 306.89º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D79 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 121 -
CMYK 0 0.90 0.10 0.47
HSL 306.89º 0.82% 0.29% -
HSV(B) 306.89º 0.9% 0.53% -
XYZ 13.59 6.82 18.69 -
YUV 61.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 135 13 121 0 0.90 0.10 0.47 306.89 0.82 0.29
Hex 87 D 79 0 5A A 2F 133 52 1D
Octal 207 15 171 0 132 12 57 463 122 35
Binary 10000111 1101 1111001 0 1011010 1010 101111 100110011 1010010 11101

Color Harmonies of #870D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D79

Black with #870D79

Text Example


Text Example

White with #870D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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