#802046

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

Shades of Flirt #802046

Tints of Flirt #802046

Color information

#802046 (or 0x802046) is unknown color: approx Flirt. HEX triplet: 80, 20 and 46. RGB value is (128,32,70). Sum of RGB (Red+Green+Blue) = 128+32+70=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #802046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802046 is #7FDFB9. Grayscale: #404040. Windows color (decimal): -8380346 or 4595840. OLE color: 4595840.

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

Color convert

RGB1283270-
CMYK00.750.450.50
HSL336.25º60%31.37%-
HSV(B)336.25º75%50.2%-
XYZ10.526.066.41-
YUV65.04130.8172.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=55.65%
G=13.91%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128327000.750.450.50336.256031.37
Hex80204604B2D321503c1f
Octal20040106011355625207437
Binary1000000010000010001100100101110110111001010101000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802046; }

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

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

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

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

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

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

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

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