Html Css Color HEX #870778 Purple

📋 copy color: '#870778'

red 135 ◦ green 7 ◦ blue 120

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

Shades of Purple #870778

Tints of Purple #870778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 51.53%
G = 2.67%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#870778 (or 0x870778) is known color: Purple. HEX triplet: 87, 07 and 78. RGB value is (135,7,120). Sum of RGB (Red+Green+Blue) = 135+7+120=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #870778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870778 is #78F887. Grayscale: #393939. Windows color (decimal): -7927944 or 7866247. OLE color: 7866247.

HSL color Cylindrical-coordinate representation of color #870778: hue angle of 307.03º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870778 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 7 120 -
CMYK 0 0.95 0.11 0.47
HSL 307.03º 0.9% 0.28% -
HSV(B) 307.03º 0.95% 0.53% -
XYZ 13.46 6.66 18.35 -
YUV 58.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 135 7 120 0 0.95 0.11 0.47 307.03 0.9 0.28
Hex 87 7 78 0 5F B 2F 133 5A 1C
Octal 207 7 170 0 137 13 57 463 132 34
Binary 10000111 111 1111000 0 1011111 1011 101111 100110011 1011010 11100

Color Harmonies of #870778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870778

Black with #870778

Text Example


Text Example

White with #870778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870778; }

 p { color: rgb(135,7,120); }

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

background-color css

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

 a { background-color: rgb(135,7,120); }

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

border-color css

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

 span { border-color: rgb(135,7,120); }

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