#7C2055

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

Shades of Flirt #7C2055

Tints of Flirt #7C2055

Color information

#7C2055 (or 0x7C2055) is unknown color: approx Flirt. HEX triplet: 7C, 20 and 55. RGB value is (124,32,85). Sum of RGB (Red+Green+Blue) = 124+32+85=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2055 is #83DFAA. Grayscale: #414141. Windows color (decimal): -8642475 or 5578876. OLE color: 5578876.

HSL color Cylindrical-coordinate representation of color #7C2055: hue angle of 325.43º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2055 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB1243285-
CMYK00.740.310.51
HSL325.43º58.97%30.59%-
HSV(B)325.43º74.19%48.63%-
XYZ10.475.979.2-
YUV65.55138.98169.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.45%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=51.45%
G=13.28%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124328500.740.310.51325.4358.9730.59
Hex7C205504A1F331453b1f
Octal17440125011237635057337
Binary11111001000001010101010010101111111001110100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2055; }

 p { color: rgb(124,32,85); }

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

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

 a { background-color: rgb(124,32,85); }

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

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

 span { border-color: rgb(124,32,85); }

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