Shades of Kingfisher Daisy #651F8F
Tints of Kingfisher Daisy #651F8F
RGB
CMYK
RGB Variations
Color information
#651F8F (or 0x651F8F) is known color: Kingfisher Daisy. HEX triplet: 65, 1F and 8F. RGB value is (101,31,143). Sum of RGB (Red+Green+Blue) = 101+31+143=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #651F8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651F8F is #9AE070. Grayscale: #404040. Windows color (decimal): -10150001 or 9379685. OLE color: 9379685.
HSL color Cylindrical-coordinate representation of color #651F8F: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651F8F is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 31 | 143 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.44 |
| HSL | 277.5º | 0.64% | 0.34% | - |
| HSV(B) | 277.5º | 0.78% | 0.56% | - |
| XYZ | 10.81 | 5.73 | 26.52 | - |
| YUV | 64.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 143 | 0.29 | 0.78 | 0 | 0.44 | 277.5 | 0.64 | 0.34 |
| Hex | 65 | 1F | 8F | 1D | 4E | 0 | 2C | 116 | 40 | 22 |
| Octal | 145 | 37 | 217 | 35 | 116 | 0 | 54 | 426 | 100 | 42 |
| Binary | 1100101 | 11111 | 10001111 | 11101 | 1001110 | 0 | 101100 | 100010110 | 1000000 | 100010 |
Color Harmonies of #651F8F
Complementary color
Monochromatic Colors of #651F8F
Black with #651F8F
Text Example
Text Example
White with #651F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F8F; }
p { color: rgb(101,31,143); }
H1.HeaderClassName
{
color: #651F8F;
}
.AnyTagClassName
{
color: #651F8F;
}
</style>
background-color css
<style>
a { background-color: #651F8F; }
a { background-color: rgb(101,31,143); }
div.DivClassName
{
background-color: #651F8F;
}
.BgClassName
{
background-color: #651F8F;
}
</style>
border-color css
<style>
span { border-color: #651F8F; }
span { border-color: rgb(101,31,143); }
td.TdClassName
{
border-color: #651F8F;
}
.TagClassName
{
border-color: #651F8F;
}
</style>