Shades of Kingfisher Daisy #61277F
Tints of Kingfisher Daisy #61277F
RGB
CMYK
RGB Variations
Color information
#61277F (or 0x61277F) is known color: Kingfisher Daisy. HEX triplet: 61, 27 and 7F. RGB value is (97,39,127). Sum of RGB (Red+Green+Blue) = 97+39+127=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #61277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61277F is #9ED880. Grayscale: #424242. Windows color (decimal): -10410113 or 8333153. OLE color: 8333153.
HSL color Cylindrical-coordinate representation of color #61277F: hue angle of 279.55º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61277F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 39 | 127 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.50 |
| HSL | 279.55º | 0.53% | 0.33% | - |
| HSV(B) | 279.55º | 0.69% | 0.5% | - |
| XYZ | 9.49 | 5.52 | 20.65 | - |
| YUV | 66.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 127 | 0.24 | 0.69 | 0 | 0.50 | 279.55 | 0.53 | 0.33 |
| Hex | 61 | 27 | 7F | 18 | 45 | 0 | 32 | 118 | 35 | 21 |
| Octal | 141 | 47 | 177 | 30 | 105 | 0 | 62 | 430 | 65 | 41 |
| Binary | 1100001 | 100111 | 1111111 | 11000 | 1000101 | 0 | 110010 | 100011000 | 110101 | 100001 |
Color Harmonies of #61277F
Complementary color
Monochromatic Colors of #61277F
Black with #61277F
Text Example
Text Example
White with #61277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61277F; }
p { color: rgb(97,39,127); }
H1.HeaderClassName
{
color: #61277F;
}
.AnyTagClassName
{
color: #61277F;
}
</style>
background-color css
<style>
a { background-color: #61277F; }
a { background-color: rgb(97,39,127); }
div.DivClassName
{
background-color: #61277F;
}
.BgClassName
{
background-color: #61277F;
}
</style>
border-color css
<style>
span { border-color: #61277F; }
span { border-color: rgb(97,39,127); }
td.TdClassName
{
border-color: #61277F;
}
.TagClassName
{
border-color: #61277F;
}
</style>