Shades of Kingfisher Daisy #652A8A
Tints of Kingfisher Daisy #652A8A
RGB
CMYK
RGB Variations
Color information
#652A8A (or 0x652A8A) is known color: Kingfisher Daisy. HEX triplet: 65, 2A and 8A. RGB value is (101,42,138). Sum of RGB (Red+Green+Blue) = 101+42+138=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #652A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652A8A is #9AD575. Grayscale: #464646. Windows color (decimal): -10147190 or 9054821. OLE color: 9054821.
HSL color Cylindrical-coordinate representation of color #652A8A: hue angle of 276.88º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652A8A is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 42 | 138 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.46 |
| HSL | 276.88º | 0.53% | 0.35% | - |
| HSV(B) | 276.88º | 0.7% | 0.54% | - |
| XYZ | 10.78 | 6.26 | 24.68 | - |
| YUV | 70.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 138 | 0.27 | 0.70 | 0 | 0.46 | 276.88 | 0.53 | 0.35 |
| Hex | 65 | 2A | 8A | 1B | 46 | 0 | 2E | 115 | 35 | 23 |
| Octal | 145 | 52 | 212 | 33 | 106 | 0 | 56 | 425 | 65 | 43 |
| Binary | 1100101 | 101010 | 10001010 | 11011 | 1000110 | 0 | 101110 | 100010101 | 110101 | 100011 |
Color Harmonies of #652A8A
Complementary color
Monochromatic Colors of #652A8A
Black with #652A8A
Text Example
Text Example
White with #652A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A8A; }
p { color: rgb(101,42,138); }
H1.HeaderClassName
{
color: #652A8A;
}
.AnyTagClassName
{
color: #652A8A;
}
</style>
background-color css
<style>
a { background-color: #652A8A; }
a { background-color: rgb(101,42,138); }
div.DivClassName
{
background-color: #652A8A;
}
.BgClassName
{
background-color: #652A8A;
}
</style>
border-color css
<style>
span { border-color: #652A8A; }
span { border-color: rgb(101,42,138); }
td.TdClassName
{
border-color: #652A8A;
}
.TagClassName
{
border-color: #652A8A;
}
</style>