Shades of Kingfisher Daisy #601C8B
Tints of Kingfisher Daisy #601C8B
RGB
CMYK
RGB Variations
Color information
#601C8B (or 0x601C8B) is known color: Kingfisher Daisy. HEX triplet: 60, 1C and 8B. RGB value is (96,28,139). Sum of RGB (Red+Green+Blue) = 96+28+139=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #601C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601C8B is #9FE374. Grayscale: #3C3C3C. Windows color (decimal): -10478453 or 9116768. OLE color: 9116768.
HSL color Cylindrical-coordinate representation of color #601C8B: hue angle of 276.76º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601C8B is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 28 | 139 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.45 |
| HSL | 276.76º | 0.66% | 0.33% | - |
| HSV(B) | 276.76º | 0.8% | 0.55% | - |
| XYZ | 9.9 | 5.18 | 24.9 | - |
| YUV | 60.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 139 | 0.31 | 0.80 | 0 | 0.45 | 276.76 | 0.66 | 0.33 |
| Hex | 60 | 1C | 8B | 1F | 50 | 0 | 2D | 115 | 42 | 21 |
| Octal | 140 | 34 | 213 | 37 | 120 | 0 | 55 | 425 | 102 | 41 |
| Binary | 1100000 | 11100 | 10001011 | 11111 | 1010000 | 0 | 101101 | 100010101 | 1000010 | 100001 |
Color Harmonies of #601C8B
Complementary color
Monochromatic Colors of #601C8B
Black with #601C8B
Text Example
Text Example
White with #601C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C8B; }
p { color: rgb(96,28,139); }
H1.HeaderClassName
{
color: #601C8B;
}
.AnyTagClassName
{
color: #601C8B;
}
</style>
background-color css
<style>
a { background-color: #601C8B; }
a { background-color: rgb(96,28,139); }
div.DivClassName
{
background-color: #601C8B;
}
.BgClassName
{
background-color: #601C8B;
}
</style>
border-color css
<style>
span { border-color: #601C8B; }
span { border-color: rgb(96,28,139); }
td.TdClassName
{
border-color: #601C8B;
}
.TagClassName
{
border-color: #601C8B;
}
</style>