Html Css Color HEX #870C73 Dark Purple

📋 copy color: '#870C73'

red 135 ◦ green 12 ◦ blue 115

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

Shades of Dark Purple #870C73

Tints of Dark Purple #870C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

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

R = 51.53%
G = 4.58%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#870C73 (or 0x870C73) is known color: Dark Purple. HEX triplet: 87, 0C and 73. RGB value is (135,12,115). Sum of RGB (Red+Green+Blue) = 135+12+115=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #870C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C73 is #78F38C. Grayscale: #3C3C3C. Windows color (decimal): -7926669 or 7539847. OLE color: 7539847.

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

Color convert

RGB 135 12 115 -
CMYK 0 0.91 0.15 0.47
HSL 309.76º 0.84% 0.29% -
HSV(B) 309.76º 0.91% 0.53% -
XYZ 13.22 6.65 16.81 -
YUV 60.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 135 12 115 0 0.91 0.15 0.47 309.76 0.84 0.29
Hex 87 C 73 0 5B F 2F 136 54 1D
Octal 207 14 163 0 133 17 57 466 124 35
Binary 10000111 1100 1110011 0 1011011 1111 101111 100110110 1010100 11101

Color Harmonies of #870C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C73

Black with #870C73

Text Example


Text Example

White with #870C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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