Shades of Honey Flower #63407C
Tints of Honey Flower #63407C
RGB
CMYK
RGB Variations
Color information
#63407C (or 0x63407C) is known color: Honey Flower. HEX triplet: 63, 40 and 7C. RGB value is (99,64,124). Sum of RGB (Red+Green+Blue) = 99+64+124=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #63407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63407C is #9CBF83. Grayscale: #515151. Windows color (decimal): -10272644 or 8142947. OLE color: 8142947.
HSL color Cylindrical-coordinate representation of color #63407C: hue angle of 275º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63407C is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 64 | 124 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.51 |
| HSL | 275º | 0.32% | 0.37% | - |
| HSV(B) | 275º | 0.48% | 0.49% | - |
| XYZ | 10.62 | 7.77 | 20.01 | - |
| YUV | 81.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 124 | 0.20 | 0.48 | 0 | 0.51 | 275 | 0.32 | 0.37 |
| Hex | 63 | 40 | 7C | 14 | 30 | 0 | 33 | 113 | 20 | 25 |
| Octal | 143 | 100 | 174 | 24 | 60 | 0 | 63 | 423 | 40 | 45 |
| Binary | 1100011 | 1000000 | 1111100 | 10100 | 110000 | 0 | 110011 | 100010011 | 100000 | 100101 |
Color Harmonies of #63407C
Complementary color
Monochromatic Colors of #63407C
Black with #63407C
Text Example
Text Example
White with #63407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63407C; }
p { color: rgb(99,64,124); }
H1.HeaderClassName
{
color: #63407C;
}
.AnyTagClassName
{
color: #63407C;
}
</style>
background-color css
<style>
a { background-color: #63407C; }
a { background-color: rgb(99,64,124); }
div.DivClassName
{
background-color: #63407C;
}
.BgClassName
{
background-color: #63407C;
}
</style>
border-color css
<style>
span { border-color: #63407C; }
span { border-color: rgb(99,64,124); }
td.TdClassName
{
border-color: #63407C;
}
.TagClassName
{
border-color: #63407C;
}
</style>