#802A56

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

Shades of Flirt #802A56

Tints of Flirt #802A56

Color information

#802A56 (or 0x802A56) is unknown color: approx Flirt. HEX triplet: 80, 2A and 56. RGB value is (128,42,86). Sum of RGB (Red+Green+Blue) = 128+42+86=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802A56 is #7FD5A9. Grayscale: #484848. Windows color (decimal): -8377770 or 5646976. OLE color: 5646976.

HSL color Cylindrical-coordinate representation of color #802A56: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A56 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1284286-
CMYK00.670.330.50
HSL329.3º50.59%33.33%-
HSV(B)329.3º67.19%50.2%-
XYZ11.416.929.54-
YUV72.73135.49167.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=50%
G=16.41%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128428600.670.330.50329.350.5933.33
Hex802A5604321321493321
Octal20052126010341625116341
Binary10000000101010101011001000011100001110010101001001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802A56; }

 p { color: rgb(128,42,86); }

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

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

 a { background-color: rgb(128,42,86); }

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

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

 span { border-color: rgb(128,42,86); }

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