Shades of Kingfisher Daisy #5E247C
Tints of Kingfisher Daisy #5E247C
RGB
CMYK
RGB Variations
Color information
#5E247C (or 0x5E247C) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 7C. RGB value is (94,36,124). Sum of RGB (Red+Green+Blue) = 94+36+124=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E247C is #A1DB83. Grayscale: #3F3F3F. Windows color (decimal): -10607492 or 8135774. OLE color: 8135774.
HSL color Cylindrical-coordinate representation of color #5E247C: hue angle of 279.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E247C is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 36 | 124 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.51 |
| HSL | 279.55º | 0.55% | 0.31% | - |
| HSV(B) | 279.55º | 0.71% | 0.49% | - |
| XYZ | 8.89 | 5.1 | 19.58 | - |
| YUV | 63.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 124 | 0.24 | 0.71 | 0 | 0.51 | 279.55 | 0.55 | 0.31 |
| Hex | 5E | 24 | 7C | 18 | 47 | 0 | 33 | 118 | 37 | 1F |
| Octal | 136 | 44 | 174 | 30 | 107 | 0 | 63 | 430 | 67 | 37 |
| Binary | 1011110 | 100100 | 1111100 | 11000 | 1000111 | 0 | 110011 | 100011000 | 110111 | 11111 |
Color Harmonies of #5E247C
Complementary color
Monochromatic Colors of #5E247C
Black with #5E247C
Text Example
Text Example
White with #5E247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E247C; }
p { color: rgb(94,36,124); }
H1.HeaderClassName
{
color: #5E247C;
}
.AnyTagClassName
{
color: #5E247C;
}
</style>
background-color css
<style>
a { background-color: #5E247C; }
a { background-color: rgb(94,36,124); }
div.DivClassName
{
background-color: #5E247C;
}
.BgClassName
{
background-color: #5E247C;
}
</style>
border-color css
<style>
span { border-color: #5E247C; }
span { border-color: rgb(94,36,124); }
td.TdClassName
{
border-color: #5E247C;
}
.TagClassName
{
border-color: #5E247C;
}
</style>