Html Css Color HEX #870C6F Dark Purple

📋 copy color: '#870C6F'

red 135 ◦ green 12 ◦ blue 111

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

Shades of Dark Purple #870C6F

Tints of Dark Purple #870C6F

RGB

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

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

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

R = 52.33%
G = 4.65%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#870C6F (or 0x870C6F) is known color: Dark Purple. HEX triplet: 87, 0C and 6F. RGB value is (135,12,111). Sum of RGB (Red+Green+Blue) = 135+12+111=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C6F is #78F390. Grayscale: #3B3B3B. Windows color (decimal): -7926673 or 7277703. OLE color: 7277703.

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

Color convert

RGB 135 12 111 -
CMYK 0 0.91 0.18 0.47
HSL 311.71º 0.84% 0.29% -
HSV(B) 311.71º 0.91% 0.53% -
XYZ 12.99 6.56 15.62 -
YUV 60.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 135 12 111 0 0.91 0.18 0.47 311.71 0.84 0.29
Hex 87 C 6F 0 5B 12 2F 138 54 1D
Octal 207 14 157 0 133 22 57 470 124 35
Binary 10000111 1100 1101111 0 1011011 10010 101111 100111000 1010100 11101

Color Harmonies of #870C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C6F

Black with #870C6F

Text Example


Text Example

White with #870C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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