Shades of Kingfisher Daisy #601A8A
Tints of Kingfisher Daisy #601A8A
RGB
CMYK
RGB Variations
Color information
#601A8A (or 0x601A8A) is known color: Kingfisher Daisy. HEX triplet: 60, 1A and 8A. RGB value is (96,26,138). Sum of RGB (Red+Green+Blue) = 96+26+138=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #601A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A8A is #9FE575. Grayscale: #3B3B3B. Windows color (decimal): -10478966 or 9050720. OLE color: 9050720.
HSL color Cylindrical-coordinate representation of color #601A8A: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601A8A is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 26 | 138 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.46 |
| HSL | 277.5º | 0.68% | 0.32% | - |
| HSV(B) | 277.5º | 0.81% | 0.54% | - |
| XYZ | 9.78 | 5.06 | 24.51 | - |
| YUV | 59.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 138 | 0.30 | 0.81 | 0 | 0.46 | 277.5 | 0.68 | 0.32 |
| Hex | 60 | 1A | 8A | 1E | 51 | 0 | 2E | 116 | 44 | 20 |
| Octal | 140 | 32 | 212 | 36 | 121 | 0 | 56 | 426 | 104 | 40 |
| Binary | 1100000 | 11010 | 10001010 | 11110 | 1010001 | 0 | 101110 | 100010110 | 1000100 | 100000 |
Color Harmonies of #601A8A
Complementary color
Monochromatic Colors of #601A8A
Black with #601A8A
Text Example
Text Example
White with #601A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A8A; }
p { color: rgb(96,26,138); }
H1.HeaderClassName
{
color: #601A8A;
}
.AnyTagClassName
{
color: #601A8A;
}
</style>
background-color css
<style>
a { background-color: #601A8A; }
a { background-color: rgb(96,26,138); }
div.DivClassName
{
background-color: #601A8A;
}
.BgClassName
{
background-color: #601A8A;
}
</style>
border-color css
<style>
span { border-color: #601A8A; }
span { border-color: rgb(96,26,138); }
td.TdClassName
{
border-color: #601A8A;
}
.TagClassName
{
border-color: #601A8A;
}
</style>