Html Css Color HEX #800778 Purple

📋 copy color: '#800778'

red 128 ◦ green 7 ◦ blue 120

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

Shades of Purple #800778

Tints of Purple #800778

RGB

 RED value IS 128 (50.39% from 255) = 50.2%

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

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

R = 50.2%
G = 2.75%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#800778 (or 0x800778) is known color: Purple. HEX triplet: 80, 07 and 78. RGB value is (128,7,120). Sum of RGB (Red+Green+Blue) = 128+7+120=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #800778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800778 is #7FF887. Grayscale: #373737. Windows color (decimal): -8386696 or 7866240. OLE color: 7866240.

HSL color Cylindrical-coordinate representation of color #800778: hue angle of 303.97º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800778 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 120 -
CMYK 0 0.95 0.06 0.50
HSL 303.97º 0.9% 0.26% -
HSV(B) 303.97º 0.95% 0.5% -
XYZ 12.37 6.1 18.29 -
YUV 56.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 128 7 120 0 0.95 0.06 0.50 303.97 0.9 0.26
Hex 80 7 78 0 5F 6 32 130 5A 1A
Octal 200 7 170 0 137 6 62 460 132 32
Binary 10000000 111 1111000 0 1011111 110 110010 100110000 1011010 11010

Color Harmonies of #800778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800778

Black with #800778

Text Example


Text Example

White with #800778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800778; }

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

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

background-color css

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

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

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

border-color css

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

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

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