Html Css Color HEX #870C6E Dark Purple

📋 copy color: '#870C6E'

red 135 ◦ green 12 ◦ blue 110

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

Shades of Dark Purple #870C6E

Tints of Dark Purple #870C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 52.53%
G = 4.67%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#870C6E (or 0x870C6E) is known color: Dark Purple. HEX triplet: 87, 0C and 6E. RGB value is (135,12,110). Sum of RGB (Red+Green+Blue) = 135+12+110=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C6E is #78F391. Grayscale: #3B3B3B. Windows color (decimal): -7926674 or 7212167. OLE color: 7212167.

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

Color convert

RGB 135 12 110 -
CMYK 0 0.91 0.19 0.47
HSL 312.2º 0.84% 0.29% -
HSV(B) 312.2º 0.91% 0.53% -
XYZ 12.94 6.54 15.33 -
YUV 59.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 135 12 110 0 0.91 0.19 0.47 312.2 0.84 0.29
Hex 87 C 6E 0 5B 13 2F 138 54 1D
Octal 207 14 156 0 133 23 57 470 124 35
Binary 10000111 1100 1101110 0 1011011 10011 101111 100111000 1010100 11101

Color Harmonies of #870C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C6E

Black with #870C6E

Text Example


Text Example

White with #870C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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