Shades of Kingfisher Daisy #652D8A
Tints of Kingfisher Daisy #652D8A
RGB
CMYK
RGB Variations
Color information
#652D8A (or 0x652D8A) is known color: Kingfisher Daisy. HEX triplet: 65, 2D and 8A. RGB value is (101,45,138). Sum of RGB (Red+Green+Blue) = 101+45+138=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #652D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652D8A is #9AD275. Grayscale: #484848. Windows color (decimal): -10146422 or 9055589. OLE color: 9055589.
HSL color Cylindrical-coordinate representation of color #652D8A: hue angle of 276.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652D8A is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 45 | 138 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.46 |
| HSL | 276.13º | 0.51% | 0.36% | - |
| HSV(B) | 276.13º | 0.67% | 0.54% | - |
| XYZ | 10.89 | 6.48 | 24.72 | - |
| YUV | 72.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 138 | 0.27 | 0.67 | 0 | 0.46 | 276.13 | 0.51 | 0.36 |
| Hex | 65 | 2D | 8A | 1B | 43 | 0 | 2E | 114 | 33 | 24 |
| Octal | 145 | 55 | 212 | 33 | 103 | 0 | 56 | 424 | 63 | 44 |
| Binary | 1100101 | 101101 | 10001010 | 11011 | 1000011 | 0 | 101110 | 100010100 | 110011 | 100100 |
Color Harmonies of #652D8A
Complementary color
Monochromatic Colors of #652D8A
Black with #652D8A
Text Example
Text Example
White with #652D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D8A; }
p { color: rgb(101,45,138); }
H1.HeaderClassName
{
color: #652D8A;
}
.AnyTagClassName
{
color: #652D8A;
}
</style>
background-color css
<style>
a { background-color: #652D8A; }
a { background-color: rgb(101,45,138); }
div.DivClassName
{
background-color: #652D8A;
}
.BgClassName
{
background-color: #652D8A;
}
</style>
border-color css
<style>
span { border-color: #652D8A; }
span { border-color: rgb(101,45,138); }
td.TdClassName
{
border-color: #652D8A;
}
.TagClassName
{
border-color: #652D8A;
}
</style>