Shades of Honey Flower #60297A
Tints of Honey Flower #60297A
RGB
CMYK
RGB Variations
Color information
#60297A (or 0x60297A) is known color: Honey Flower. HEX triplet: 60, 29 and 7A. RGB value is (96,41,122). Sum of RGB (Red+Green+Blue) = 96+41+122=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #60297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60297A is #9FD685. Grayscale: #424242. Windows color (decimal): -10475142 or 8005984. OLE color: 8005984.
HSL color Cylindrical-coordinate representation of color #60297A: hue angle of 280.74º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60297A is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 41 | 122 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.52 |
| HSL | 280.74º | 0.5% | 0.32% | - |
| HSV(B) | 280.74º | 0.66% | 0.48% | - |
| XYZ | 9.13 | 5.48 | 18.99 | - |
| YUV | 66.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 122 | 0.21 | 0.66 | 0 | 0.52 | 280.74 | 0.5 | 0.32 |
| Hex | 60 | 29 | 7A | 15 | 42 | 0 | 34 | 119 | 32 | 20 |
| Octal | 140 | 51 | 172 | 25 | 102 | 0 | 64 | 431 | 62 | 40 |
| Binary | 1100000 | 101001 | 1111010 | 10101 | 1000010 | 0 | 110100 | 100011001 | 110010 | 100000 |
Color Harmonies of #60297A
Complementary color
Monochromatic Colors of #60297A
Black with #60297A
Text Example
Text Example
White with #60297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60297A; }
p { color: rgb(96,41,122); }
H1.HeaderClassName
{
color: #60297A;
}
.AnyTagClassName
{
color: #60297A;
}
</style>
background-color css
<style>
a { background-color: #60297A; }
a { background-color: rgb(96,41,122); }
div.DivClassName
{
background-color: #60297A;
}
.BgClassName
{
background-color: #60297A;
}
</style>
border-color css
<style>
span { border-color: #60297A; }
span { border-color: rgb(96,41,122); }
td.TdClassName
{
border-color: #60297A;
}
.TagClassName
{
border-color: #60297A;
}
</style>