Shades of Kingfisher Daisy #642785
Tints of Kingfisher Daisy #642785
RGB
CMYK
RGB Variations
Color information
#642785 (or 0x642785) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 85. RGB value is (100,39,133). Sum of RGB (Red+Green+Blue) = 100+39+133=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #642785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642785 is #9BD87A. Grayscale: #434343. Windows color (decimal): -10213499 or 8726372. OLE color: 8726372.
HSL color Cylindrical-coordinate representation of color #642785: hue angle of 278.94º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642785 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 39 | 133 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.48 |
| HSL | 278.94º | 0.55% | 0.34% | - |
| HSV(B) | 278.94º | 0.71% | 0.52% | - |
| XYZ | 10.21 | 5.85 | 22.78 | - |
| YUV | 67.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 133 | 0.25 | 0.71 | 0 | 0.48 | 278.94 | 0.55 | 0.34 |
| Hex | 64 | 27 | 85 | 19 | 47 | 0 | 30 | 117 | 37 | 22 |
| Octal | 144 | 47 | 205 | 31 | 107 | 0 | 60 | 427 | 67 | 42 |
| Binary | 1100100 | 100111 | 10000101 | 11001 | 1000111 | 0 | 110000 | 100010111 | 110111 | 100010 |
Color Harmonies of #642785
Complementary color
Monochromatic Colors of #642785
Black with #642785
Text Example
Text Example
White with #642785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642785; }
p { color: rgb(100,39,133); }
H1.HeaderClassName
{
color: #642785;
}
.AnyTagClassName
{
color: #642785;
}
</style>
background-color css
<style>
a { background-color: #642785; }
a { background-color: rgb(100,39,133); }
div.DivClassName
{
background-color: #642785;
}
.BgClassName
{
background-color: #642785;
}
</style>
border-color css
<style>
span { border-color: #642785; }
span { border-color: rgb(100,39,133); }
td.TdClassName
{
border-color: #642785;
}
.TagClassName
{
border-color: #642785;
}
</style>