Shades of Kingfisher Daisy #653181
Tints of Kingfisher Daisy #653181
RGB
CMYK
RGB Variations
Color information
#653181 (or 0x653181) is known color: Kingfisher Daisy. HEX triplet: 65, 31 and 81. RGB value is (101,49,129). Sum of RGB (Red+Green+Blue) = 101+49+129=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #653181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653181 is #9ACE7E. Grayscale: #494949. Windows color (decimal): -10145407 or 8466789. OLE color: 8466789.
HSL color Cylindrical-coordinate representation of color #653181: hue angle of 279º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653181 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 49 | 129 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.49 |
| HSL | 279º | 0.45% | 0.35% | - |
| HSV(B) | 279º | 0.62% | 0.51% | - |
| XYZ | 10.43 | 6.55 | 21.48 | - |
| YUV | 73.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 129 | 0.22 | 0.62 | 0 | 0.49 | 279 | 0.45 | 0.35 |
| Hex | 65 | 31 | 81 | 16 | 3E | 0 | 31 | 117 | 2D | 23 |
| Octal | 145 | 61 | 201 | 26 | 76 | 0 | 61 | 427 | 55 | 43 |
| Binary | 1100101 | 110001 | 10000001 | 10110 | 111110 | 0 | 110001 | 100010111 | 101101 | 100011 |
Color Harmonies of #653181
Complementary color
Monochromatic Colors of #653181
Black with #653181
Text Example
Text Example
White with #653181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653181; }
p { color: rgb(101,49,129); }
H1.HeaderClassName
{
color: #653181;
}
.AnyTagClassName
{
color: #653181;
}
</style>
background-color css
<style>
a { background-color: #653181; }
a { background-color: rgb(101,49,129); }
div.DivClassName
{
background-color: #653181;
}
.BgClassName
{
background-color: #653181;
}
</style>
border-color css
<style>
span { border-color: #653181; }
span { border-color: rgb(101,49,129); }
td.TdClassName
{
border-color: #653181;
}
.TagClassName
{
border-color: #653181;
}
</style>