Shades of Honey Flower #60377A
Tints of Honey Flower #60377A
RGB
CMYK
RGB Variations
Color information
#60377A (or 0x60377A) is known color: Honey Flower. HEX triplet: 60, 37 and 7A. RGB value is (96,55,122). Sum of RGB (Red+Green+Blue) = 96+55+122=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #60377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60377A is #9FC885. Grayscale: #4A4A4A. Windows color (decimal): -10471558 or 8009568. OLE color: 8009568.
HSL color Cylindrical-coordinate representation of color #60377A: hue angle of 276.72º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60377A is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 55 | 122 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.52 |
| HSL | 276.72º | 0.38% | 0.35% | - |
| HSV(B) | 276.72º | 0.55% | 0.48% | - |
| XYZ | 9.7 | 6.62 | 19.18 | - |
| YUV | 74.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 122 | 0.21 | 0.55 | 0 | 0.52 | 276.72 | 0.38 | 0.35 |
| Hex | 60 | 37 | 7A | 15 | 37 | 0 | 34 | 115 | 26 | 23 |
| Octal | 140 | 67 | 172 | 25 | 67 | 0 | 64 | 425 | 46 | 43 |
| Binary | 1100000 | 110111 | 1111010 | 10101 | 110111 | 0 | 110100 | 100010101 | 100110 | 100011 |
Color Harmonies of #60377A
Complementary color
Monochromatic Colors of #60377A
Black with #60377A
Text Example
Text Example
White with #60377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60377A; }
p { color: rgb(96,55,122); }
H1.HeaderClassName
{
color: #60377A;
}
.AnyTagClassName
{
color: #60377A;
}
</style>
background-color css
<style>
a { background-color: #60377A; }
a { background-color: rgb(96,55,122); }
div.DivClassName
{
background-color: #60377A;
}
.BgClassName
{
background-color: #60377A;
}
</style>
border-color css
<style>
span { border-color: #60377A; }
span { border-color: rgb(96,55,122); }
td.TdClassName
{
border-color: #60377A;
}
.TagClassName
{
border-color: #60377A;
}
</style>