Shades of Kingfisher Daisy #512C8A
Tints of Kingfisher Daisy #512C8A
RGB
CMYK
RGB Variations
Color information
#512C8A (or 0x512C8A) is known color: Kingfisher Daisy. HEX triplet: 51, 2C and 8A. RGB value is (81,44,138). Sum of RGB (Red+Green+Blue) = 81+44+138=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #512C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512C8A is #AED375. Grayscale: #414141. Windows color (decimal): -11457398 or 9055313. OLE color: 9055313.
HSL color Cylindrical-coordinate representation of color #512C8A: hue angle of 263.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512C8A is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 44 | 138 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.46 |
| HSL | 263.62º | 0.52% | 0.36% | - |
| HSV(B) | 263.62º | 0.68% | 0.54% | - |
| XYZ | 8.88 | 5.39 | 24.62 | - |
| YUV | 65.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 138 | 0.41 | 0.68 | 0 | 0.46 | 263.62 | 0.52 | 0.36 |
| Hex | 51 | 2C | 8A | 29 | 44 | 0 | 2E | 108 | 34 | 24 |
| Octal | 121 | 54 | 212 | 51 | 104 | 0 | 56 | 410 | 64 | 44 |
| Binary | 1010001 | 101100 | 10001010 | 101001 | 1000100 | 0 | 101110 | 100001000 | 110100 | 100100 |
Color Harmonies of #512C8A
Complementary color
Monochromatic Colors of #512C8A
Black with #512C8A
Text Example
Text Example
White with #512C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C8A; }
p { color: rgb(81,44,138); }
H1.HeaderClassName
{
color: #512C8A;
}
.AnyTagClassName
{
color: #512C8A;
}
</style>
background-color css
<style>
a { background-color: #512C8A; }
a { background-color: rgb(81,44,138); }
div.DivClassName
{
background-color: #512C8A;
}
.BgClassName
{
background-color: #512C8A;
}
</style>
border-color css
<style>
span { border-color: #512C8A; }
span { border-color: rgb(81,44,138); }
td.TdClassName
{
border-color: #512C8A;
}
.TagClassName
{
border-color: #512C8A;
}
</style>