Shades of Kingfisher Daisy #65258F
Tints of Kingfisher Daisy #65258F
RGB
CMYK
RGB Variations
Color information
#65258F (or 0x65258F) is known color: Kingfisher Daisy. HEX triplet: 65, 25 and 8F. RGB value is (101,37,143). Sum of RGB (Red+Green+Blue) = 101+37+143=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #65258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65258F is #9ADA70. Grayscale: #434343. Windows color (decimal): -10148465 or 9381221. OLE color: 9381221.
HSL color Cylindrical-coordinate representation of color #65258F: hue angle of 276.23º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65258F is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 37 | 143 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.44 |
| HSL | 276.23º | 0.59% | 0.35% | - |
| HSV(B) | 276.23º | 0.74% | 0.56% | - |
| XYZ | 10.99 | 6.07 | 26.58 | - |
| YUV | 68.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 143 | 0.29 | 0.74 | 0 | 0.44 | 276.23 | 0.59 | 0.35 |
| Hex | 65 | 25 | 8F | 1D | 4A | 0 | 2C | 114 | 3B | 23 |
| Octal | 145 | 45 | 217 | 35 | 112 | 0 | 54 | 424 | 73 | 43 |
| Binary | 1100101 | 100101 | 10001111 | 11101 | 1001010 | 0 | 101100 | 100010100 | 111011 | 100011 |
Color Harmonies of #65258F
Complementary color
Monochromatic Colors of #65258F
Black with #65258F
Text Example
Text Example
White with #65258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65258F; }
p { color: rgb(101,37,143); }
H1.HeaderClassName
{
color: #65258F;
}
.AnyTagClassName
{
color: #65258F;
}
</style>
background-color css
<style>
a { background-color: #65258F; }
a { background-color: rgb(101,37,143); }
div.DivClassName
{
background-color: #65258F;
}
.BgClassName
{
background-color: #65258F;
}
</style>
border-color css
<style>
span { border-color: #65258F; }
span { border-color: rgb(101,37,143); }
td.TdClassName
{
border-color: #65258F;
}
.TagClassName
{
border-color: #65258F;
}
</style>