#802054

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

Shades of Flirt #802054

Tints of Flirt #802054

Color information

#802054 (or 0x802054) is unknown color: approx Flirt. HEX triplet: 80, 20 and 54. RGB value is (128,32,84). Sum of RGB (Red+Green+Blue) = 128+32+84=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #802054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802054 is #7FDFAB. Grayscale: #424242. Windows color (decimal): -8380332 or 5513344. OLE color: 5513344.

HSL color Cylindrical-coordinate representation of color #802054: hue angle of 327.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802054 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1283284-
CMYK00.750.340.50
HSL327.5º60%31.37%-
HSV(B)327.5º75%50.2%-
XYZ11.026.269.02-
YUV66.63137.8171.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=52.46%
G=13.11%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128328400.750.340.50327.56031.37
Hex80205404B22321483c1f
Octal20040124011342625107437
Binary1000000010000010101000100101110001011001010100100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802054; }

 p { color: rgb(128,32,84); }

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

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

 a { background-color: rgb(128,32,84); }

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

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

 span { border-color: rgb(128,32,84); }

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