#800474

Color #800474 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #800474

Tints of Purple #800474

Color information

#800474 (or 0x800474) is unknown color: approx Purple. HEX triplet: 80, 04 and 74. RGB value is (128,4,116). Sum of RGB (Red+Green+Blue) = 128+4+116=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #800474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800474 is #7FFB8B. Grayscale: #353535. Windows color (decimal): -8387468 or 7603328. OLE color: 7603328.

HSL color Cylindrical-coordinate representation of color #800474: hue angle of 305.81º 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 #800474 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB1284116-
CMYK00.970.090.50
HSL305.81º93.94%25.88%-
HSV(B)305.81º96.88%50.2%-
XYZ12.15.9417.03-
YUV53.84163.08180.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=51.61%
G=1.61%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128411600.970.090.50305.8193.9425.88
Hex804740619321325e1a
Octal20041640141116246213632
Binary100000001001110100011000011001110010100110010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800474; }

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

 H1.HeaderClassName
 {
   color: #800474;
 }
 .AnyTagClassName
 {
   color: #800474;
 }
</style>
background-color css

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

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

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

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

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

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