Shades of Honey Flower #5A1F72
Tints of Honey Flower #5A1F72
RGB
CMYK
RGB Variations
Color information
#5A1F72 (or 0x5A1F72) is known color: Honey Flower. HEX triplet: 5A, 1F and 72. RGB value is (90,31,114). Sum of RGB (Red+Green+Blue) = 90+31+114=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A1F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1F72 is #A5E08D. Grayscale: #393939. Windows color (decimal): -10870926 or 7479130. OLE color: 7479130.
HSL color Cylindrical-coordinate representation of color #5A1F72: hue angle of 282.65º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1F72 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 31 | 114 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.55 |
| HSL | 282.65º | 0.57% | 0.28% | - |
| HSV(B) | 282.65º | 0.73% | 0.45% | - |
| XYZ | 7.74 | 4.37 | 16.35 | - |
| YUV | 58.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 114 | 0.21 | 0.73 | 0 | 0.55 | 282.65 | 0.57 | 0.28 |
| Hex | 5A | 1F | 72 | 15 | 49 | 0 | 37 | 11B | 39 | 1C |
| Octal | 132 | 37 | 162 | 25 | 111 | 0 | 67 | 433 | 71 | 34 |
| Binary | 1011010 | 11111 | 1110010 | 10101 | 1001001 | 0 | 110111 | 100011011 | 111001 | 11100 |
Color Harmonies of #5A1F72
Complementary color
Monochromatic Colors of #5A1F72
Black with #5A1F72
Text Example
Text Example
White with #5A1F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F72; }
p { color: rgb(90,31,114); }
H1.HeaderClassName
{
color: #5A1F72;
}
.AnyTagClassName
{
color: #5A1F72;
}
</style>
background-color css
<style>
a { background-color: #5A1F72; }
a { background-color: rgb(90,31,114); }
div.DivClassName
{
background-color: #5A1F72;
}
.BgClassName
{
background-color: #5A1F72;
}
</style>
border-color css
<style>
span { border-color: #5A1F72; }
span { border-color: rgb(90,31,114); }
td.TdClassName
{
border-color: #5A1F72;
}
.TagClassName
{
border-color: #5A1F72;
}
</style>