Shades of Kingfisher Daisy #612080
Tints of Kingfisher Daisy #612080
RGB
CMYK
RGB Variations
Color information
#612080 (or 0x612080) is known color: Kingfisher Daisy. HEX triplet: 61, 20 and 80. RGB value is (97,32,128). Sum of RGB (Red+Green+Blue) = 97+32+128=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #612080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612080 is #9EDF7F. Grayscale: #3E3E3E. Windows color (decimal): -10411904 or 8396897. OLE color: 8396897.
HSL color Cylindrical-coordinate representation of color #612080: hue angle of 280.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612080 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 32 | 128 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.50 |
| HSL | 280.63º | 0.6% | 0.31% | - |
| HSV(B) | 280.63º | 0.75% | 0.5% | - |
| XYZ | 9.34 | 5.13 | 20.92 | - |
| YUV | 62.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 128 | 0.24 | 0.75 | 0 | 0.50 | 280.63 | 0.6 | 0.31 |
| Hex | 61 | 20 | 80 | 18 | 4B | 0 | 32 | 119 | 3C | 1F |
| Octal | 141 | 40 | 200 | 30 | 113 | 0 | 62 | 431 | 74 | 37 |
| Binary | 1100001 | 100000 | 10000000 | 11000 | 1001011 | 0 | 110010 | 100011001 | 111100 | 11111 |
Color Harmonies of #612080
Complementary color
Monochromatic Colors of #612080
Black with #612080
Text Example
Text Example
White with #612080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612080; }
p { color: rgb(97,32,128); }
H1.HeaderClassName
{
color: #612080;
}
.AnyTagClassName
{
color: #612080;
}
</style>
background-color css
<style>
a { background-color: #612080; }
a { background-color: rgb(97,32,128); }
div.DivClassName
{
background-color: #612080;
}
.BgClassName
{
background-color: #612080;
}
</style>
border-color css
<style>
span { border-color: #612080; }
span { border-color: rgb(97,32,128); }
td.TdClassName
{
border-color: #612080;
}
.TagClassName
{
border-color: #612080;
}
</style>