Html Css Color HEX #870F7C Dark Purple

📋 copy color: '#870F7C'

red 135 ◦ green 15 ◦ blue 124

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

Shades of Dark Purple #870F7C

Tints of Dark Purple #870F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 49.27%
G = 5.47%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#870F7C (or 0x870F7C) is known color: Dark Purple. HEX triplet: 87, 0F and 7C. RGB value is (135,15,124). Sum of RGB (Red+Green+Blue) = 135+15+124=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #870F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F7C is #78F083. Grayscale: #3E3E3E. Windows color (decimal): -7925892 or 8130439. OLE color: 8130439.

HSL color Cylindrical-coordinate representation of color #870F7C: hue angle of 305.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F7C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 124 -
CMYK 0 0.89 0.08 0.47
HSL 305.5º 0.8% 0.29% -
HSV(B) 305.5º 0.89% 0.53% -
XYZ 13.8 6.95 19.68 -
YUV 63.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 135 15 124 0 0.89 0.08 0.47 305.5 0.8 0.29
Hex 87 F 7C 0 59 8 2F 132 50 1D
Octal 207 17 174 0 131 10 57 462 120 35
Binary 10000111 1111 1111100 0 1011001 1000 101111 100110010 1010000 11101

Color Harmonies of #870F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F7C

Black with #870F7C

Text Example


Text Example

White with #870F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,15,124); }

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

background-color css

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

 a { background-color: rgb(135,15,124); }

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

border-color css

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

 span { border-color: rgb(135,15,124); }

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