#792058

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

Shades of Flirt #792058

Tints of Flirt #792058

Color information

#792058 (or 0x792058) is unknown color: approx Flirt. HEX triplet: 79, 20 and 58. RGB value is (121,32,88). Sum of RGB (Red+Green+Blue) = 121+32+88=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #792058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792058 is #86DFA7. Grayscale: #404040. Windows color (decimal): -8839080 or 5775481. OLE color: 5775481.

HSL color Cylindrical-coordinate representation of color #792058: hue angle of 322.25º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792058 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1213288-
CMYK00.740.270.53
HSL322.25º58.17%30%-
HSV(B)322.25º73.55%47.45%-
XYZ10.165.89.82-
YUV65140.99167.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=50.21%
G=13.28%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121328800.740.270.53322.2558.1730
Hex79205804A1B351423a1e
Octal17140130011233655027236
Binary11110011000001011000010010101101111010110100001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792058; }

 p { color: rgb(121,32,88); }

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

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

 a { background-color: rgb(121,32,88); }

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

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

 span { border-color: rgb(121,32,88); }

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