Shades of Flirt #76335D
Tints of Flirt #76335D
RGB
CMYK
RGB Variations
Color information
#76335D (or 0x76335D) is known color: Flirt. HEX triplet: 76, 33 and 5D. RGB value is (118,51,93). Sum of RGB (Red+Green+Blue) = 118+51+93=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335D is #89CCA2. Grayscale: #4B4B4B. Windows color (decimal): -9030819 or 6108022. OLE color: 6108022.
HSL color Cylindrical-coordinate representation of color #76335D: hue angle of 322.39º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76335D is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 93 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.54 |
| HSL | 322.39º | 0.4% | 0.33% | - |
| HSV(B) | 322.39º | 0.57% | 0.46% | - |
| XYZ | 10.63 | 7.01 | 11.15 | - |
| YUV | 75.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 93 | 0 | 0.57 | 0.21 | 0.54 | 322.39 | 0.4 | 0.33 |
| Hex | 76 | 33 | 5D | 0 | 39 | 15 | 36 | 142 | 28 | 21 |
| Octal | 166 | 63 | 135 | 0 | 71 | 25 | 66 | 502 | 50 | 41 |
| Binary | 1110110 | 110011 | 1011101 | 0 | 111001 | 10101 | 110110 | 101000010 | 101000 | 100001 |
Color Harmonies of #76335D
Complementary color
Monochromatic Colors of #76335D
Black with #76335D
Text Example
Text Example
White with #76335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76335D; }
p { color: rgb(118,51,93); }
H1.HeaderClassName
{
color: #76335D;
}
.AnyTagClassName
{
color: #76335D;
}
</style>
background-color css
<style>
a { background-color: #76335D; }
a { background-color: rgb(118,51,93); }
div.DivClassName
{
background-color: #76335D;
}
.BgClassName
{
background-color: #76335D;
}
</style>
border-color css
<style>
span { border-color: #76335D; }
span { border-color: rgb(118,51,93); }
td.TdClassName
{
border-color: #76335D;
}
.TagClassName
{
border-color: #76335D;
}
</style>