#78255A

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

Shades of Flirt #78255A

Tints of Flirt #78255A

Color information

#78255A (or 0x78255A) is unknown color: approx Flirt. HEX triplet: 78, 25 and 5A. RGB value is (120,37,90). Sum of RGB (Red+Green+Blue) = 120+37+90=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255A is #87DAA5. Grayscale: #434343. Windows color (decimal): -8903334 or 5907832. OLE color: 5907832.

HSL color Cylindrical-coordinate representation of color #78255A: hue angle of 321.69º 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 #78255A is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1203790-
CMYK00.690.250.53
HSL321.69º52.87%30.78%-
HSV(B)321.69º69.17%47.06%-
XYZ10.256.0510.3-
YUV67.86140.5165.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=48.58%
G=14.98%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120379000.690.250.53321.6952.8730.78
Hex78255A0451935142351f
Octal17045132010531655026537
Binary11110001001011011010010001011100111010110100001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78255A; }

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

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

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

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

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

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

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

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