Shades of Honey Flower #63337A
Tints of Honey Flower #63337A
RGB
CMYK
RGB Variations
Color information
#63337A (or 0x63337A) is known color: Honey Flower. HEX triplet: 63, 33 and 7A. RGB value is (99,51,122). Sum of RGB (Red+Green+Blue) = 99+51+122=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #63337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63337A is #9CCC85. Grayscale: #494949. Windows color (decimal): -10275974 or 8008547. OLE color: 8008547.
HSL color Cylindrical-coordinate representation of color #63337A: hue angle of 280.56º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63337A is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 51 | 122 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.52 |
| HSL | 280.56º | 0.41% | 0.34% | - |
| HSV(B) | 280.56º | 0.58% | 0.48% | - |
| XYZ | 9.84 | 6.43 | 19.13 | - |
| YUV | 73.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 122 | 0.19 | 0.58 | 0 | 0.52 | 280.56 | 0.41 | 0.34 |
| Hex | 63 | 33 | 7A | 13 | 3A | 0 | 34 | 119 | 29 | 22 |
| Octal | 143 | 63 | 172 | 23 | 72 | 0 | 64 | 431 | 51 | 42 |
| Binary | 1100011 | 110011 | 1111010 | 10011 | 111010 | 0 | 110100 | 100011001 | 101001 | 100010 |
Color Harmonies of #63337A
Complementary color
Monochromatic Colors of #63337A
Black with #63337A
Text Example
Text Example
White with #63337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63337A; }
p { color: rgb(99,51,122); }
H1.HeaderClassName
{
color: #63337A;
}
.AnyTagClassName
{
color: #63337A;
}
</style>
background-color css
<style>
a { background-color: #63337A; }
a { background-color: rgb(99,51,122); }
div.DivClassName
{
background-color: #63337A;
}
.BgClassName
{
background-color: #63337A;
}
</style>
border-color css
<style>
span { border-color: #63337A; }
span { border-color: rgb(99,51,122); }
td.TdClassName
{
border-color: #63337A;
}
.TagClassName
{
border-color: #63337A;
}
</style>