Html Css Color HEX #870A6F Dark Purple

📋 copy color: '#870A6F'

red 135 ◦ green 10 ◦ blue 111

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

Shades of Dark Purple #870A6F

Tints of Dark Purple #870A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 52.73%
G = 3.91%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#870A6F (or 0x870A6F) is known color: Dark Purple. HEX triplet: 87, 0A and 6F. RGB value is (135,10,111). Sum of RGB (Red+Green+Blue) = 135+10+111=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A6F is #78F590. Grayscale: #3A3A3A. Windows color (decimal): -7927185 or 7277191. OLE color: 7277191.

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

Color convert

RGB 135 10 111 -
CMYK 0 0.93 0.18 0.47
HSL 311.52º 0.86% 0.28% -
HSV(B) 311.52º 0.93% 0.53% -
XYZ 12.97 6.52 15.61 -
YUV 58.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 135 10 111 0 0.93 0.18 0.47 311.52 0.86 0.28
Hex 87 A 6F 0 5D 12 2F 138 56 1C
Octal 207 12 157 0 135 22 57 470 126 34
Binary 10000111 1010 1101111 0 1011101 10010 101111 100111000 1010110 11100

Color Harmonies of #870A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A6F

Black with #870A6F

Text Example


Text Example

White with #870A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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