Shades of Kingfisher Daisy #501C94
Tints of Kingfisher Daisy #501C94
RGB
CMYK
RGB Variations
Color information
#501C94 (or 0x501C94) is known color: Kingfisher Daisy. HEX triplet: 50, 1C and 94. RGB value is (80,28,148). Sum of RGB (Red+Green+Blue) = 80+28+148=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #501C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501C94 is #AFE36B. Grayscale: #383838. Windows color (decimal): -11527020 or 9706576. OLE color: 9706576.
HSL color Cylindrical-coordinate representation of color #501C94: hue angle of 266º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501C94 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 28 | 148 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.42 |
| HSL | 266º | 0.68% | 0.35% | - |
| HSV(B) | 266º | 0.81% | 0.58% | - |
| XYZ | 9.07 | 4.67 | 28.44 | - |
| YUV | 57.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 148 | 0.46 | 0.81 | 0 | 0.42 | 266 | 0.68 | 0.35 |
| Hex | 50 | 1C | 94 | 2E | 51 | 0 | 2A | 10A | 44 | 23 |
| Octal | 120 | 34 | 224 | 56 | 121 | 0 | 52 | 412 | 104 | 43 |
| Binary | 1010000 | 11100 | 10010100 | 101110 | 1010001 | 0 | 101010 | 100001010 | 1000100 | 100011 |
Color Harmonies of #501C94
Complementary color
Monochromatic Colors of #501C94
Black with #501C94
Text Example
Text Example
White with #501C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C94; }
p { color: rgb(80,28,148); }
H1.HeaderClassName
{
color: #501C94;
}
.AnyTagClassName
{
color: #501C94;
}
</style>
background-color css
<style>
a { background-color: #501C94; }
a { background-color: rgb(80,28,148); }
div.DivClassName
{
background-color: #501C94;
}
.BgClassName
{
background-color: #501C94;
}
</style>
border-color css
<style>
span { border-color: #501C94; }
span { border-color: rgb(80,28,148); }
td.TdClassName
{
border-color: #501C94;
}
.TagClassName
{
border-color: #501C94;
}
</style>