Shades of Honey Flower #63317A
Tints of Honey Flower #63317A
RGB
CMYK
RGB Variations
Color information
#63317A (or 0x63317A) is known color: Honey Flower. HEX triplet: 63, 31 and 7A. RGB value is (99,49,122). Sum of RGB (Red+Green+Blue) = 99+49+122=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #63317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63317A is #9CCE85. Grayscale: #484848. Windows color (decimal): -10276486 or 8008035. OLE color: 8008035.
HSL color Cylindrical-coordinate representation of color #63317A: hue angle of 281.1º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63317A is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 49 | 122 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.52 |
| HSL | 281.1º | 0.43% | 0.34% | - |
| HSV(B) | 281.1º | 0.6% | 0.48% | - |
| XYZ | 9.76 | 6.25 | 19.11 | - |
| YUV | 72.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 122 | 0.19 | 0.60 | 0 | 0.52 | 281.1 | 0.43 | 0.34 |
| Hex | 63 | 31 | 7A | 13 | 3C | 0 | 34 | 119 | 2B | 22 |
| Octal | 143 | 61 | 172 | 23 | 74 | 0 | 64 | 431 | 53 | 42 |
| Binary | 1100011 | 110001 | 1111010 | 10011 | 111100 | 0 | 110100 | 100011001 | 101011 | 100010 |
Color Harmonies of #63317A
Complementary color
Monochromatic Colors of #63317A
Black with #63317A
Text Example
Text Example
White with #63317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63317A; }
p { color: rgb(99,49,122); }
H1.HeaderClassName
{
color: #63317A;
}
.AnyTagClassName
{
color: #63317A;
}
</style>
background-color css
<style>
a { background-color: #63317A; }
a { background-color: rgb(99,49,122); }
div.DivClassName
{
background-color: #63317A;
}
.BgClassName
{
background-color: #63317A;
}
</style>
border-color css
<style>
span { border-color: #63317A; }
span { border-color: rgb(99,49,122); }
td.TdClassName
{
border-color: #63317A;
}
.TagClassName
{
border-color: #63317A;
}
</style>