Shades of Kingfisher Daisy #652C81
Tints of Kingfisher Daisy #652C81
RGB
CMYK
RGB Variations
Color information
#652C81 (or 0x652C81) is known color: Kingfisher Daisy. HEX triplet: 65, 2C and 81. RGB value is (101,44,129). Sum of RGB (Red+Green+Blue) = 101+44+129=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #652C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C81 is #9AD37E. Grayscale: #464646. Windows color (decimal): -10146687 or 8465509. OLE color: 8465509.
HSL color Cylindrical-coordinate representation of color #652C81: hue angle of 280.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652C81 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 44 | 129 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.49 |
| HSL | 280.24º | 0.49% | 0.34% | - |
| HSV(B) | 280.24º | 0.66% | 0.51% | - |
| XYZ | 10.23 | 6.15 | 21.42 | - |
| YUV | 70.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 129 | 0.22 | 0.66 | 0 | 0.49 | 280.24 | 0.49 | 0.34 |
| Hex | 65 | 2C | 81 | 16 | 42 | 0 | 31 | 118 | 31 | 22 |
| Octal | 145 | 54 | 201 | 26 | 102 | 0 | 61 | 430 | 61 | 42 |
| Binary | 1100101 | 101100 | 10000001 | 10110 | 1000010 | 0 | 110001 | 100011000 | 110001 | 100010 |
Color Harmonies of #652C81
Complementary color
Monochromatic Colors of #652C81
Black with #652C81
Text Example
Text Example
White with #652C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C81; }
p { color: rgb(101,44,129); }
H1.HeaderClassName
{
color: #652C81;
}
.AnyTagClassName
{
color: #652C81;
}
</style>
background-color css
<style>
a { background-color: #652C81; }
a { background-color: rgb(101,44,129); }
div.DivClassName
{
background-color: #652C81;
}
.BgClassName
{
background-color: #652C81;
}
</style>
border-color css
<style>
span { border-color: #652C81; }
span { border-color: rgb(101,44,129); }
td.TdClassName
{
border-color: #652C81;
}
.TagClassName
{
border-color: #652C81;
}
</style>