Shades of Kingfisher Daisy #652582
Tints of Kingfisher Daisy #652582
RGB
CMYK
RGB Variations
Color information
#652582 (or 0x652582) is known color: Kingfisher Daisy. HEX triplet: 65, 25 and 82. RGB value is (101,37,130). Sum of RGB (Red+Green+Blue) = 101+37+130=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #652582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652582 is #9ADA7D. Grayscale: #424242. Windows color (decimal): -10148478 or 8529253. OLE color: 8529253.
HSL color Cylindrical-coordinate representation of color #652582: hue angle of 281.29º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652582 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 37 | 130 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.49 |
| HSL | 281.29º | 0.56% | 0.33% | - |
| HSV(B) | 281.29º | 0.72% | 0.51% | - |
| XYZ | 10.06 | 5.7 | 21.69 | - |
| YUV | 66.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 130 | 0.22 | 0.72 | 0 | 0.49 | 281.29 | 0.56 | 0.33 |
| Hex | 65 | 25 | 82 | 16 | 48 | 0 | 31 | 119 | 38 | 21 |
| Octal | 145 | 45 | 202 | 26 | 110 | 0 | 61 | 431 | 70 | 41 |
| Binary | 1100101 | 100101 | 10000010 | 10110 | 1001000 | 0 | 110001 | 100011001 | 111000 | 100001 |
Color Harmonies of #652582
Complementary color
Monochromatic Colors of #652582
Black with #652582
Text Example
Text Example
White with #652582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652582; }
p { color: rgb(101,37,130); }
H1.HeaderClassName
{
color: #652582;
}
.AnyTagClassName
{
color: #652582;
}
</style>
background-color css
<style>
a { background-color: #652582; }
a { background-color: rgb(101,37,130); }
div.DivClassName
{
background-color: #652582;
}
.BgClassName
{
background-color: #652582;
}
</style>
border-color css
<style>
span { border-color: #652582; }
span { border-color: rgb(101,37,130); }
td.TdClassName
{
border-color: #652582;
}
.TagClassName
{
border-color: #652582;
}
</style>