Html Css Color HEX #870A6E Dark Purple

📋 copy color: '#870A6E'

red 135 ◦ green 10 ◦ blue 110

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

Shades of Dark Purple #870A6E

Tints of Dark Purple #870A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

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

R = 52.94%
G = 3.92%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#870A6E (or 0x870A6E) is known color: Dark Purple. HEX triplet: 87, 0A and 6E. RGB value is (135,10,110). Sum of RGB (Red+Green+Blue) = 135+10+110=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A6E is #78F591. Grayscale: #3A3A3A. Windows color (decimal): -7927186 or 7211655. OLE color: 7211655.

HSL color Cylindrical-coordinate representation of color #870A6E: hue angle of 312º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A6E is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 110 -
CMYK 0 0.93 0.19 0.47
HSL 312º 0.86% 0.28% -
HSV(B) 312º 0.93% 0.53% -
XYZ 12.91 6.49 15.32 -
YUV 58.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 135 10 110 0 0.93 0.19 0.47 312 0.86 0.28
Hex 87 A 6E 0 5D 13 2F 138 56 1C
Octal 207 12 156 0 135 23 57 470 126 34
Binary 10000111 1010 1101110 0 1011101 10011 101111 100111000 1010110 11100

Color Harmonies of #870A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A6E

Black with #870A6E

Text Example


Text Example

White with #870A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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