Shades of Honey Flower #602F71
Tints of Honey Flower #602F71
RGB
CMYK
RGB Variations
Color information
#602F71 (or 0x602F71) is known color: Honey Flower. HEX triplet: 60, 2F and 71. RGB value is (96,47,113). Sum of RGB (Red+Green+Blue) = 96+47+113=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #602F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F71 is #9FD08E. Grayscale: #444444. Windows color (decimal): -10473615 or 7417696. OLE color: 7417696.
HSL color Cylindrical-coordinate representation of color #602F71: hue angle of 284.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602F71 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 47 | 113 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.56 |
| HSL | 284.55º | 0.41% | 0.31% | - |
| HSV(B) | 284.55º | 0.58% | 0.44% | - |
| XYZ | 8.82 | 5.71 | 16.26 | - |
| YUV | 69.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 113 | 0.15 | 0.58 | 0 | 0.56 | 284.55 | 0.41 | 0.31 |
| Hex | 60 | 2F | 71 | F | 3A | 0 | 38 | 11D | 29 | 1F |
| Octal | 140 | 57 | 161 | 17 | 72 | 0 | 70 | 435 | 51 | 37 |
| Binary | 1100000 | 101111 | 1110001 | 1111 | 111010 | 0 | 111000 | 100011101 | 101001 | 11111 |
Color Harmonies of #602F71
Complementary color
Monochromatic Colors of #602F71
Black with #602F71
Text Example
Text Example
White with #602F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F71; }
p { color: rgb(96,47,113); }
H1.HeaderClassName
{
color: #602F71;
}
.AnyTagClassName
{
color: #602F71;
}
</style>
background-color css
<style>
a { background-color: #602F71; }
a { background-color: rgb(96,47,113); }
div.DivClassName
{
background-color: #602F71;
}
.BgClassName
{
background-color: #602F71;
}
</style>
border-color css
<style>
span { border-color: #602F71; }
span { border-color: rgb(96,47,113); }
td.TdClassName
{
border-color: #602F71;
}
.TagClassName
{
border-color: #602F71;
}
</style>