Shades of Kingfisher Daisy #5D1D7F
Tints of Kingfisher Daisy #5D1D7F
RGB
CMYK
RGB Variations
Color information
#5D1D7F (or 0x5D1D7F) is known color: Kingfisher Daisy. HEX triplet: 5D, 1D and 7F. RGB value is (93,29,127). Sum of RGB (Red+Green+Blue) = 93+29+127=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D1D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1D7F is #A2E280. Grayscale: #3A3A3A. Windows color (decimal): -10674817 or 8330589. OLE color: 8330589.
HSL color Cylindrical-coordinate representation of color #5D1D7F: hue angle of 279.18º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1D7F is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 29 | 127 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.50 |
| HSL | 279.18º | 0.63% | 0.31% | - |
| HSV(B) | 279.18º | 0.77% | 0.5% | - |
| XYZ | 8.78 | 4.74 | 20.53 | - |
| YUV | 59.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 127 | 0.27 | 0.77 | 0 | 0.50 | 279.18 | 0.63 | 0.31 |
| Hex | 5D | 1D | 7F | 1B | 4D | 0 | 32 | 117 | 3F | 1F |
| Octal | 135 | 35 | 177 | 33 | 115 | 0 | 62 | 427 | 77 | 37 |
| Binary | 1011101 | 11101 | 1111111 | 11011 | 1001101 | 0 | 110010 | 100010111 | 111111 | 11111 |
Color Harmonies of #5D1D7F
Complementary color
Monochromatic Colors of #5D1D7F
Black with #5D1D7F
Text Example
Text Example
White with #5D1D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D7F; }
p { color: rgb(93,29,127); }
H1.HeaderClassName
{
color: #5D1D7F;
}
.AnyTagClassName
{
color: #5D1D7F;
}
</style>
background-color css
<style>
a { background-color: #5D1D7F; }
a { background-color: rgb(93,29,127); }
div.DivClassName
{
background-color: #5D1D7F;
}
.BgClassName
{
background-color: #5D1D7F;
}
</style>
border-color css
<style>
span { border-color: #5D1D7F; }
span { border-color: rgb(93,29,127); }
td.TdClassName
{
border-color: #5D1D7F;
}
.TagClassName
{
border-color: #5D1D7F;
}
</style>