#782558

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

Shades of Flirt #782558

Tints of Flirt #782558

Color information

#782558 (or 0x782558) is unknown color: approx Flirt. HEX triplet: 78, 25 and 58. RGB value is (120,37,88). Sum of RGB (Red+Green+Blue) = 120+37+88=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #782558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782558 is #87DAA7. Grayscale: #434343. Windows color (decimal): -8903336 or 5776760. OLE color: 5776760.

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

Color convert

RGB1203788-
CMYK00.690.270.53
HSL323.13º52.87%30.78%-
HSV(B)323.13º69.17%47.06%-
XYZ10.176.029.86-
YUV67.63139.5165.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=48.98%
G=15.10%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120378800.690.270.53323.1352.8730.78
Hex7825580451B35143351f
Octal17045130010533655036537
Binary11110001001011011000010001011101111010110100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782558; }

 p { color: rgb(120,37,88); }

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

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

 a { background-color: rgb(120,37,88); }

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

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

 span { border-color: rgb(120,37,88); }

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