Shades of Honey Flower #63347A
Tints of Honey Flower #63347A
RGB
CMYK
RGB Variations
Color information
#63347A (or 0x63347A) is known color: Honey Flower. HEX triplet: 63, 34 and 7A. RGB value is (99,52,122). Sum of RGB (Red+Green+Blue) = 99+52+122=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #63347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63347A is #9CCB85. Grayscale: #494949. Windows color (decimal): -10275718 or 8008803. OLE color: 8008803.
HSL color Cylindrical-coordinate representation of color #63347A: hue angle of 280.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63347A is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 52 | 122 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.52 |
| HSL | 280.29º | 0.4% | 0.34% | - |
| HSV(B) | 280.29º | 0.57% | 0.48% | - |
| XYZ | 9.89 | 6.51 | 19.15 | - |
| YUV | 74.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 122 | 0.19 | 0.57 | 0 | 0.52 | 280.29 | 0.4 | 0.34 |
| Hex | 63 | 34 | 7A | 13 | 39 | 0 | 34 | 118 | 28 | 22 |
| Octal | 143 | 64 | 172 | 23 | 71 | 0 | 64 | 430 | 50 | 42 |
| Binary | 1100011 | 110100 | 1111010 | 10011 | 111001 | 0 | 110100 | 100011000 | 101000 | 100010 |
Color Harmonies of #63347A
Complementary color
Monochromatic Colors of #63347A
Black with #63347A
Text Example
Text Example
White with #63347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63347A; }
p { color: rgb(99,52,122); }
H1.HeaderClassName
{
color: #63347A;
}
.AnyTagClassName
{
color: #63347A;
}
</style>
background-color css
<style>
a { background-color: #63347A; }
a { background-color: rgb(99,52,122); }
div.DivClassName
{
background-color: #63347A;
}
.BgClassName
{
background-color: #63347A;
}
</style>
border-color css
<style>
span { border-color: #63347A; }
span { border-color: rgb(99,52,122); }
td.TdClassName
{
border-color: #63347A;
}
.TagClassName
{
border-color: #63347A;
}
</style>