Html Css Color HEX #800479 Purple

📋 copy color: '#800479'

red 128 ◦ green 4 ◦ blue 121

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

Shades of Purple #800479

Tints of Purple #800479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 121 (47.66% from 255) = 47.83%

R = 50.59%
G = 1.58%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#800479 (or 0x800479) is known color: Purple. HEX triplet: 80, 04 and 79. RGB value is (128,4,121). Sum of RGB (Red+Green+Blue) = 128+4+121=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #800479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800479 is #7FFB86. Grayscale: #363636. Windows color (decimal): -8387463 or 7931008. OLE color: 7931008.

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

Color convert

RGB 128 4 121 -
CMYK 0 0.97 0.05 0.50
HSL 303.39º 0.94% 0.26% -
HSV(B) 303.39º 0.97% 0.5% -
XYZ 12.4 6.06 18.6 -
YUV 54.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 128 4 121 0 0.97 0.05 0.50 303.39 0.94 0.26
Hex 80 4 79 0 61 5 32 12F 5E 1A
Octal 200 4 171 0 141 5 62 457 136 32
Binary 10000000 100 1111001 0 1100001 101 110010 100101111 1011110 11010

Color Harmonies of #800479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800479

Black with #800479

Text Example


Text Example

White with #800479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800479; }

 p { color: rgb(128,4,121); }

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

background-color css

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

 a { background-color: rgb(128,4,121); }

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

border-color css

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

 span { border-color: rgb(128,4,121); }

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