Shades of Honey Flower #62377A
Tints of Honey Flower #62377A
RGB
CMYK
RGB Variations
Color information
#62377A (or 0x62377A) is known color: Honey Flower. HEX triplet: 62, 37 and 7A. RGB value is (98,55,122). Sum of RGB (Red+Green+Blue) = 98+55+122=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #62377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62377A is #9DC885. Grayscale: #4B4B4B. Windows color (decimal): -10340486 or 8009570. OLE color: 8009570.
HSL color Cylindrical-coordinate representation of color #62377A: hue angle of 278.51º 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 #62377A is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 55 | 122 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.52 |
| HSL | 278.51º | 0.38% | 0.35% | - |
| HSV(B) | 278.51º | 0.55% | 0.48% | - |
| XYZ | 9.92 | 6.73 | 19.19 | - |
| YUV | 75.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 122 | 0.20 | 0.55 | 0 | 0.52 | 278.51 | 0.38 | 0.35 |
| Hex | 62 | 37 | 7A | 14 | 37 | 0 | 34 | 117 | 26 | 23 |
| Octal | 142 | 67 | 172 | 24 | 67 | 0 | 64 | 427 | 46 | 43 |
| Binary | 1100010 | 110111 | 1111010 | 10100 | 110111 | 0 | 110100 | 100010111 | 100110 | 100011 |
Color Harmonies of #62377A
Complementary color
Monochromatic Colors of #62377A
Black with #62377A
Text Example
Text Example
White with #62377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62377A; }
p { color: rgb(98,55,122); }
H1.HeaderClassName
{
color: #62377A;
}
.AnyTagClassName
{
color: #62377A;
}
</style>
background-color css
<style>
a { background-color: #62377A; }
a { background-color: rgb(98,55,122); }
div.DivClassName
{
background-color: #62377A;
}
.BgClassName
{
background-color: #62377A;
}
</style>
border-color css
<style>
span { border-color: #62377A; }
span { border-color: rgb(98,55,122); }
td.TdClassName
{
border-color: #62377A;
}
.TagClassName
{
border-color: #62377A;
}
</style>