Shades of Kingfisher Daisy #65328B
Tints of Kingfisher Daisy #65328B
RGB
CMYK
RGB Variations
Color information
#65328B (or 0x65328B) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 8B. RGB value is (101,50,139). Sum of RGB (Red+Green+Blue) = 101+50+139=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #65328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65328B is #9ACD74. Grayscale: #4B4B4B. Windows color (decimal): -10145141 or 9122405. OLE color: 9122405.
HSL color Cylindrical-coordinate representation of color #65328B: hue angle of 274.38º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65328B is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 50 | 139 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.45 |
| HSL | 274.38º | 0.47% | 0.37% | - |
| HSV(B) | 274.38º | 0.64% | 0.55% | - |
| XYZ | 11.17 | 6.91 | 25.17 | - |
| YUV | 75.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 139 | 0.27 | 0.64 | 0 | 0.45 | 274.38 | 0.47 | 0.37 |
| Hex | 65 | 32 | 8B | 1B | 40 | 0 | 2D | 112 | 2F | 25 |
| Octal | 145 | 62 | 213 | 33 | 100 | 0 | 55 | 422 | 57 | 45 |
| Binary | 1100101 | 110010 | 10001011 | 11011 | 1000000 | 0 | 101101 | 100010010 | 101111 | 100101 |
Color Harmonies of #65328B
Complementary color
Monochromatic Colors of #65328B
Black with #65328B
Text Example
Text Example
White with #65328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65328B; }
p { color: rgb(101,50,139); }
H1.HeaderClassName
{
color: #65328B;
}
.AnyTagClassName
{
color: #65328B;
}
</style>
background-color css
<style>
a { background-color: #65328B; }
a { background-color: rgb(101,50,139); }
div.DivClassName
{
background-color: #65328B;
}
.BgClassName
{
background-color: #65328B;
}
</style>
border-color css
<style>
span { border-color: #65328B; }
span { border-color: rgb(101,50,139); }
td.TdClassName
{
border-color: #65328B;
}
.TagClassName
{
border-color: #65328B;
}
</style>