Shades of Kingfisher Daisy #601E7D
Tints of Kingfisher Daisy #601E7D
RGB
CMYK
RGB Variations
Color information
#601E7D (or 0x601E7D) is known color: Kingfisher Daisy. HEX triplet: 60, 1E and 7D. RGB value is (96,30,125). Sum of RGB (Red+Green+Blue) = 96+30+125=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #601E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E7D is #9FE182. Grayscale: #3C3C3C. Windows color (decimal): -10477955 or 8199776. OLE color: 8199776.
HSL color Cylindrical-coordinate representation of color #601E7D: hue angle of 281.68º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601E7D is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 30 | 125 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.51 |
| HSL | 281.68º | 0.61% | 0.3% | - |
| HSV(B) | 281.68º | 0.76% | 0.49% | - |
| XYZ | 8.99 | 4.9 | 19.87 | - |
| YUV | 60.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 125 | 0.23 | 0.76 | 0 | 0.51 | 281.68 | 0.61 | 0.3 |
| Hex | 60 | 1E | 7D | 17 | 4C | 0 | 33 | 11A | 3D | 1E |
| Octal | 140 | 36 | 175 | 27 | 114 | 0 | 63 | 432 | 75 | 36 |
| Binary | 1100000 | 11110 | 1111101 | 10111 | 1001100 | 0 | 110011 | 100011010 | 111101 | 11110 |
Color Harmonies of #601E7D
Complementary color
Monochromatic Colors of #601E7D
Black with #601E7D
Text Example
Text Example
White with #601E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E7D; }
p { color: rgb(96,30,125); }
H1.HeaderClassName
{
color: #601E7D;
}
.AnyTagClassName
{
color: #601E7D;
}
</style>
background-color css
<style>
a { background-color: #601E7D; }
a { background-color: rgb(96,30,125); }
div.DivClassName
{
background-color: #601E7D;
}
.BgClassName
{
background-color: #601E7D;
}
</style>
border-color css
<style>
span { border-color: #601E7D; }
span { border-color: rgb(96,30,125); }
td.TdClassName
{
border-color: #601E7D;
}
.TagClassName
{
border-color: #601E7D;
}
</style>