Shades of Honey Flower #60337A
Tints of Honey Flower #60337A
RGB
CMYK
RGB Variations
Color information
#60337A (or 0x60337A) is known color: Honey Flower. HEX triplet: 60, 33 and 7A. RGB value is (96,51,122). Sum of RGB (Red+Green+Blue) = 96+51+122=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #60337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60337A is #9FCC85. Grayscale: #484848. Windows color (decimal): -10472582 or 8008544. OLE color: 8008544.
HSL color Cylindrical-coordinate representation of color #60337A: hue angle of 278.03º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60337A is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 51 | 122 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.52 |
| HSL | 278.03º | 0.41% | 0.34% | - |
| HSV(B) | 278.03º | 0.58% | 0.48% | - |
| XYZ | 9.52 | 6.26 | 19.12 | - |
| YUV | 72.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 122 | 0.21 | 0.58 | 0 | 0.52 | 278.03 | 0.41 | 0.34 |
| Hex | 60 | 33 | 7A | 15 | 3A | 0 | 34 | 116 | 29 | 22 |
| Octal | 140 | 63 | 172 | 25 | 72 | 0 | 64 | 426 | 51 | 42 |
| Binary | 1100000 | 110011 | 1111010 | 10101 | 111010 | 0 | 110100 | 100010110 | 101001 | 100010 |
Color Harmonies of #60337A
Complementary color
Monochromatic Colors of #60337A
Black with #60337A
Text Example
Text Example
White with #60337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60337A; }
p { color: rgb(96,51,122); }
H1.HeaderClassName
{
color: #60337A;
}
.AnyTagClassName
{
color: #60337A;
}
</style>
background-color css
<style>
a { background-color: #60337A; }
a { background-color: rgb(96,51,122); }
div.DivClassName
{
background-color: #60337A;
}
.BgClassName
{
background-color: #60337A;
}
</style>
border-color css
<style>
span { border-color: #60337A; }
span { border-color: rgb(96,51,122); }
td.TdClassName
{
border-color: #60337A;
}
.TagClassName
{
border-color: #60337A;
}
</style>