Shades of Kingfisher Daisy #641A8D
Tints of Kingfisher Daisy #641A8D
RGB
CMYK
RGB Variations
Color information
#641A8D (or 0x641A8D) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 8D. RGB value is (100,26,141). Sum of RGB (Red+Green+Blue) = 100+26+141=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #641A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A8D is #9BE572. Grayscale: #3C3C3C. Windows color (decimal): -10216819 or 9247332. OLE color: 9247332.
HSL color Cylindrical-coordinate representation of color #641A8D: hue angle of 278.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641A8D is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 26 | 141 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.45 |
| HSL | 278.61º | 0.69% | 0.33% | - |
| HSV(B) | 278.61º | 0.82% | 0.55% | - |
| XYZ | 10.43 | 5.37 | 25.69 | - |
| YUV | 61.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 141 | 0.29 | 0.82 | 0 | 0.45 | 278.61 | 0.69 | 0.33 |
| Hex | 64 | 1A | 8D | 1D | 52 | 0 | 2D | 117 | 45 | 21 |
| Octal | 144 | 32 | 215 | 35 | 122 | 0 | 55 | 427 | 105 | 41 |
| Binary | 1100100 | 11010 | 10001101 | 11101 | 1010010 | 0 | 101101 | 100010111 | 1000101 | 100001 |
Color Harmonies of #641A8D
Complementary color
Monochromatic Colors of #641A8D
Black with #641A8D
Text Example
Text Example
White with #641A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A8D; }
p { color: rgb(100,26,141); }
H1.HeaderClassName
{
color: #641A8D;
}
.AnyTagClassName
{
color: #641A8D;
}
</style>
background-color css
<style>
a { background-color: #641A8D; }
a { background-color: rgb(100,26,141); }
div.DivClassName
{
background-color: #641A8D;
}
.BgClassName
{
background-color: #641A8D;
}
</style>
border-color css
<style>
span { border-color: #641A8D; }
span { border-color: rgb(100,26,141); }
td.TdClassName
{
border-color: #641A8D;
}
.TagClassName
{
border-color: #641A8D;
}
</style>