Shades of Kingfisher Daisy #65347F
Tints of Kingfisher Daisy #65347F
RGB
CMYK
RGB Variations
Color information
#65347F (or 0x65347F) is known color: Kingfisher Daisy. HEX triplet: 65, 34 and 7F. RGB value is (101,52,127). Sum of RGB (Red+Green+Blue) = 101+52+127=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #65347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65347F is #9ACB80. Grayscale: #4A4A4A. Windows color (decimal): -10144641 or 8336485. OLE color: 8336485.
HSL color Cylindrical-coordinate representation of color #65347F: hue angle of 279.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65347F is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 52 | 127 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.50 |
| HSL | 279.2º | 0.42% | 0.35% | - |
| HSV(B) | 279.2º | 0.59% | 0.5% | - |
| XYZ | 10.43 | 6.75 | 20.83 | - |
| YUV | 75.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 127 | 0.20 | 0.59 | 0 | 0.50 | 279.2 | 0.42 | 0.35 |
| Hex | 65 | 34 | 7F | 14 | 3B | 0 | 32 | 117 | 2A | 23 |
| Octal | 145 | 64 | 177 | 24 | 73 | 0 | 62 | 427 | 52 | 43 |
| Binary | 1100101 | 110100 | 1111111 | 10100 | 111011 | 0 | 110010 | 100010111 | 101010 | 100011 |
Color Harmonies of #65347F
Complementary color
Monochromatic Colors of #65347F
Black with #65347F
Text Example
Text Example
White with #65347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65347F; }
p { color: rgb(101,52,127); }
H1.HeaderClassName
{
color: #65347F;
}
.AnyTagClassName
{
color: #65347F;
}
</style>
background-color css
<style>
a { background-color: #65347F; }
a { background-color: rgb(101,52,127); }
div.DivClassName
{
background-color: #65347F;
}
.BgClassName
{
background-color: #65347F;
}
</style>
border-color css
<style>
span { border-color: #65347F; }
span { border-color: rgb(101,52,127); }
td.TdClassName
{
border-color: #65347F;
}
.TagClassName
{
border-color: #65347F;
}
</style>