Shades of Honey Flower #603D72
Tints of Honey Flower #603D72
RGB
CMYK
RGB Variations
Color information
#603D72 (or 0x603D72) is known color: Honey Flower. HEX triplet: 60, 3D and 72. RGB value is (96,61,114). Sum of RGB (Red+Green+Blue) = 96+61+114=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #603D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D72 is #9FC28D. Grayscale: #4D4D4D. Windows color (decimal): -10470030 or 7486816. OLE color: 7486816.
HSL color Cylindrical-coordinate representation of color #603D72: hue angle of 279.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603D72 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 61 | 114 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.55 |
| HSL | 279.62º | 0.3% | 0.34% | - |
| HSV(B) | 279.62º | 0.46% | 0.45% | - |
| XYZ | 9.53 | 7.04 | 16.78 | - |
| YUV | 77.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 114 | 0.16 | 0.46 | 0 | 0.55 | 279.62 | 0.3 | 0.34 |
| Hex | 60 | 3D | 72 | 10 | 2E | 0 | 37 | 118 | 1E | 22 |
| Octal | 140 | 75 | 162 | 20 | 56 | 0 | 67 | 430 | 36 | 42 |
| Binary | 1100000 | 111101 | 1110010 | 10000 | 101110 | 0 | 110111 | 100011000 | 11110 | 100010 |
Color Harmonies of #603D72
Complementary color
Monochromatic Colors of #603D72
Black with #603D72
Text Example
Text Example
White with #603D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D72; }
p { color: rgb(96,61,114); }
H1.HeaderClassName
{
color: #603D72;
}
.AnyTagClassName
{
color: #603D72;
}
</style>
background-color css
<style>
a { background-color: #603D72; }
a { background-color: rgb(96,61,114); }
div.DivClassName
{
background-color: #603D72;
}
.BgClassName
{
background-color: #603D72;
}
</style>
border-color css
<style>
span { border-color: #603D72; }
span { border-color: rgb(96,61,114); }
td.TdClassName
{
border-color: #603D72;
}
.TagClassName
{
border-color: #603D72;
}
</style>