Html Css Color HEX #870B73 Dark Purple

📋 copy color: '#870B73'

red 135 ◦ green 11 ◦ blue 115

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

Shades of Dark Purple #870B73

Tints of Dark Purple #870B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.21%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 51.72%
G = 4.21%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#870B73 (or 0x870B73) is known color: Dark Purple. HEX triplet: 87, 0B and 73. RGB value is (135,11,115). Sum of RGB (Red+Green+Blue) = 135+11+115=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #870B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B73 is #78F48C. Grayscale: #3B3B3B. Windows color (decimal): -7926925 or 7539591. OLE color: 7539591.

HSL color Cylindrical-coordinate representation of color #870B73: hue angle of 309.68º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B73 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 115 -
CMYK 0 0.92 0.15 0.47
HSL 309.68º 0.85% 0.29% -
HSV(B) 309.68º 0.92% 0.53% -
XYZ 13.21 6.63 16.8 -
YUV 59.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 135 11 115 0 0.92 0.15 0.47 309.68 0.85 0.29
Hex 87 B 73 0 5C F 2F 136 55 1D
Octal 207 13 163 0 134 17 57 466 125 35
Binary 10000111 1011 1110011 0 1011100 1111 101111 100110110 1010101 11101

Color Harmonies of #870B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B73

Black with #870B73

Text Example


Text Example

White with #870B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,11,115); }

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

background-color css

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

 a { background-color: rgb(135,11,115); }

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

border-color css

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

 span { border-color: rgb(135,11,115); }

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