Html Css Color HEX #870E77 Dark Purple

📋 copy color: '#870E77'

red 135 ◦ green 14 ◦ blue 119

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

Shades of Dark Purple #870E77

Tints of Dark Purple #870E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.22%

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 50.37%
G = 5.22%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870E77 (or 0x870E77) is known color: Dark Purple. HEX triplet: 87, 0E and 77. RGB value is (135,14,119). Sum of RGB (Red+Green+Blue) = 135+14+119=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E77 is #78F188. Grayscale: #3D3D3D. Windows color (decimal): -7926153 or 7802503. OLE color: 7802503.

HSL color Cylindrical-coordinate representation of color #870E77: hue angle of 307.93º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E77 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 119 -
CMYK 0 0.90 0.12 0.47
HSL 307.93º 0.81% 0.29% -
HSV(B) 307.93º 0.9% 0.53% -
XYZ 13.48 6.8 18.05 -
YUV 62.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 135 14 119 0 0.90 0.12 0.47 307.93 0.81 0.29
Hex 87 E 77 0 5A C 2F 134 51 1D
Octal 207 16 167 0 132 14 57 464 121 35
Binary 10000111 1110 1110111 0 1011010 1100 101111 100110100 1010001 11101

Color Harmonies of #870E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E77

Black with #870E77

Text Example


Text Example

White with #870E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,14,119); }

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

background-color css

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

 a { background-color: rgb(135,14,119); }

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

border-color css

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

 span { border-color: rgb(135,14,119); }

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