Shades of Honey Flower #63397C
Tints of Honey Flower #63397C
RGB
CMYK
RGB Variations
Color information
#63397C (or 0x63397C) is known color: Honey Flower. HEX triplet: 63, 39 and 7C. RGB value is (99,57,124). Sum of RGB (Red+Green+Blue) = 99+57+124=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #63397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63397C is #9CC683. Grayscale: #4C4C4C. Windows color (decimal): -10274436 or 8141155. OLE color: 8141155.
HSL color Cylindrical-coordinate representation of color #63397C: hue angle of 277.61º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63397C is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 57 | 124 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.51 |
| HSL | 277.61º | 0.37% | 0.35% | - |
| HSV(B) | 277.61º | 0.54% | 0.49% | - |
| XYZ | 10.25 | 7.03 | 19.89 | - |
| YUV | 77.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 124 | 0.20 | 0.54 | 0 | 0.51 | 277.61 | 0.37 | 0.35 |
| Hex | 63 | 39 | 7C | 14 | 36 | 0 | 33 | 116 | 25 | 23 |
| Octal | 143 | 71 | 174 | 24 | 66 | 0 | 63 | 426 | 45 | 43 |
| Binary | 1100011 | 111001 | 1111100 | 10100 | 110110 | 0 | 110011 | 100010110 | 100101 | 100011 |
Color Harmonies of #63397C
Complementary color
Monochromatic Colors of #63397C
Black with #63397C
Text Example
Text Example
White with #63397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63397C; }
p { color: rgb(99,57,124); }
H1.HeaderClassName
{
color: #63397C;
}
.AnyTagClassName
{
color: #63397C;
}
</style>
background-color css
<style>
a { background-color: #63397C; }
a { background-color: rgb(99,57,124); }
div.DivClassName
{
background-color: #63397C;
}
.BgClassName
{
background-color: #63397C;
}
</style>
border-color css
<style>
span { border-color: #63397C; }
span { border-color: rgb(99,57,124); }
td.TdClassName
{
border-color: #63397C;
}
.TagClassName
{
border-color: #63397C;
}
</style>