Shades of Honey Flower #603A76
Tints of Honey Flower #603A76
RGB
CMYK
RGB Variations
Color information
#603A76 (or 0x603A76) is known color: Honey Flower. HEX triplet: 60, 3A and 76. RGB value is (96,58,118). Sum of RGB (Red+Green+Blue) = 96+58+118=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #603A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A76 is #9FC589. Grayscale: #4C4C4C. Windows color (decimal): -10470794 or 7748192. OLE color: 7748192.
HSL color Cylindrical-coordinate representation of color #603A76: hue angle of 278º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603A76 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 58 | 118 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.54 |
| HSL | 278º | 0.34% | 0.35% | - |
| HSV(B) | 278º | 0.51% | 0.46% | - |
| XYZ | 9.61 | 6.82 | 17.95 | - |
| YUV | 76.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 118 | 0.19 | 0.51 | 0 | 0.54 | 278 | 0.34 | 0.35 |
| Hex | 60 | 3A | 76 | 13 | 33 | 0 | 36 | 116 | 22 | 23 |
| Octal | 140 | 72 | 166 | 23 | 63 | 0 | 66 | 426 | 42 | 43 |
| Binary | 1100000 | 111010 | 1110110 | 10011 | 110011 | 0 | 110110 | 100010110 | 100010 | 100011 |
Color Harmonies of #603A76
Complementary color
Monochromatic Colors of #603A76
Black with #603A76
Text Example
Text Example
White with #603A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A76; }
p { color: rgb(96,58,118); }
H1.HeaderClassName
{
color: #603A76;
}
.AnyTagClassName
{
color: #603A76;
}
</style>
background-color css
<style>
a { background-color: #603A76; }
a { background-color: rgb(96,58,118); }
div.DivClassName
{
background-color: #603A76;
}
.BgClassName
{
background-color: #603A76;
}
</style>
border-color css
<style>
span { border-color: #603A76; }
span { border-color: rgb(96,58,118); }
td.TdClassName
{
border-color: #603A76;
}
.TagClassName
{
border-color: #603A76;
}
</style>