Shades of Kingfisher Daisy #501C98
Tints of Kingfisher Daisy #501C98
RGB
CMYK
RGB Variations
Color information
#501C98 (or 0x501C98) is known color: Kingfisher Daisy. HEX triplet: 50, 1C and 98. RGB value is (80,28,152). Sum of RGB (Red+Green+Blue) = 80+28+152=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #501C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C98 is #AFE367. Grayscale: #393939. Windows color (decimal): -11527016 or 9968720. OLE color: 9968720.
HSL color Cylindrical-coordinate representation of color #501C98: hue angle of 265.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501C98 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 28 | 152 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.40 |
| HSL | 265.16º | 0.69% | 0.35% | - |
| HSV(B) | 265.16º | 0.82% | 0.6% | - |
| XYZ | 9.39 | 4.8 | 30.14 | - |
| YUV | 57.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 152 | 0.47 | 0.82 | 0 | 0.40 | 265.16 | 0.69 | 0.35 |
| Hex | 50 | 1C | 98 | 2F | 52 | 0 | 28 | 109 | 45 | 23 |
| Octal | 120 | 34 | 230 | 57 | 122 | 0 | 50 | 411 | 105 | 43 |
| Binary | 1010000 | 11100 | 10011000 | 101111 | 1010010 | 0 | 101000 | 100001001 | 1000101 | 100011 |
Color Harmonies of #501C98
Complementary color
Monochromatic Colors of #501C98
Black with #501C98
Text Example
Text Example
White with #501C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C98; }
p { color: rgb(80,28,152); }
H1.HeaderClassName
{
color: #501C98;
}
.AnyTagClassName
{
color: #501C98;
}
</style>
background-color css
<style>
a { background-color: #501C98; }
a { background-color: rgb(80,28,152); }
div.DivClassName
{
background-color: #501C98;
}
.BgClassName
{
background-color: #501C98;
}
</style>
border-color css
<style>
span { border-color: #501C98; }
span { border-color: rgb(80,28,152); }
td.TdClassName
{
border-color: #501C98;
}
.TagClassName
{
border-color: #501C98;
}
</style>