Shades of Honey Flower #63427C
Tints of Honey Flower #63427C
RGB
CMYK
RGB Variations
Color information
#63427C (or 0x63427C) is known color: Honey Flower. HEX triplet: 63, 42 and 7C. RGB value is (99,66,124). Sum of RGB (Red+Green+Blue) = 99+66+124=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #63427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63427C is #9CBD83. Grayscale: #525252. Windows color (decimal): -10272132 or 8143459. OLE color: 8143459.
HSL color Cylindrical-coordinate representation of color #63427C: hue angle of 274.14º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63427C is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 66 | 124 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.51 |
| HSL | 274.14º | 0.31% | 0.37% | - |
| HSV(B) | 274.14º | 0.47% | 0.49% | - |
| XYZ | 10.73 | 8 | 20.05 | - |
| YUV | 82.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 124 | 0.20 | 0.47 | 0 | 0.51 | 274.14 | 0.31 | 0.37 |
| Hex | 63 | 42 | 7C | 14 | 2F | 0 | 33 | 112 | 1F | 25 |
| Octal | 143 | 102 | 174 | 24 | 57 | 0 | 63 | 422 | 37 | 45 |
| Binary | 1100011 | 1000010 | 1111100 | 10100 | 101111 | 0 | 110011 | 100010010 | 11111 | 100101 |
Color Harmonies of #63427C
Complementary color
Monochromatic Colors of #63427C
Black with #63427C
Text Example
Text Example
White with #63427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63427C; }
p { color: rgb(99,66,124); }
H1.HeaderClassName
{
color: #63427C;
}
.AnyTagClassName
{
color: #63427C;
}
</style>
background-color css
<style>
a { background-color: #63427C; }
a { background-color: rgb(99,66,124); }
div.DivClassName
{
background-color: #63427C;
}
.BgClassName
{
background-color: #63427C;
}
</style>
border-color css
<style>
span { border-color: #63427C; }
span { border-color: rgb(99,66,124); }
td.TdClassName
{
border-color: #63427C;
}
.TagClassName
{
border-color: #63427C;
}
</style>