Html Css Color HEX #870C74 Dark Purple

📋 copy color: '#870C74'

red 135 ◦ green 12 ◦ blue 116

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

Shades of Dark Purple #870C74

Tints of Dark Purple #870C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 51.33%
G = 4.56%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#870C74 (or 0x870C74) is known color: Dark Purple. HEX triplet: 87, 0C and 74. RGB value is (135,12,116). Sum of RGB (Red+Green+Blue) = 135+12+116=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #870C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C74 is #78F38B. Grayscale: #3C3C3C. Windows color (decimal): -7926668 or 7605383. OLE color: 7605383.

HSL color Cylindrical-coordinate representation of color #870C74: hue angle of 309.27º 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 #870C74 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 116 -
CMYK 0 0.91 0.14 0.47
HSL 309.27º 0.84% 0.29% -
HSV(B) 309.27º 0.91% 0.53% -
XYZ 13.28 6.67 17.11 -
YUV 60.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 135 12 116 0 0.91 0.14 0.47 309.27 0.84 0.29
Hex 87 C 74 0 5B E 2F 135 54 1D
Octal 207 14 164 0 133 16 57 465 124 35
Binary 10000111 1100 1110100 0 1011011 1110 101111 100110101 1010100 11101

Color Harmonies of #870C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C74

Black with #870C74

Text Example


Text Example

White with #870C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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