Shades of Kingfisher Daisy #671A8A
Tints of Kingfisher Daisy #671A8A
RGB
CMYK
RGB Variations
Color information
#671A8A (or 0x671A8A) is known color: Kingfisher Daisy. HEX triplet: 67, 1A and 8A. RGB value is (103,26,138). Sum of RGB (Red+Green+Blue) = 103+26+138=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #671A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671A8A is #98E575. Grayscale: #3D3D3D. Windows color (decimal): -10020214 or 9050727. OLE color: 9050727.
HSL color Cylindrical-coordinate representation of color #671A8A: hue angle of 281.25º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671A8A is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 26 | 138 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.46 |
| HSL | 281.25º | 0.68% | 0.32% | - |
| HSV(B) | 281.25º | 0.81% | 0.54% | - |
| XYZ | 10.55 | 5.46 | 24.54 | - |
| YUV | 61.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 138 | 0.25 | 0.81 | 0 | 0.46 | 281.25 | 0.68 | 0.32 |
| Hex | 67 | 1A | 8A | 19 | 51 | 0 | 2E | 119 | 44 | 20 |
| Octal | 147 | 32 | 212 | 31 | 121 | 0 | 56 | 431 | 104 | 40 |
| Binary | 1100111 | 11010 | 10001010 | 11001 | 1010001 | 0 | 101110 | 100011001 | 1000100 | 100000 |
Color Harmonies of #671A8A
Complementary color
Monochromatic Colors of #671A8A
Black with #671A8A
Text Example
Text Example
White with #671A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A8A; }
p { color: rgb(103,26,138); }
H1.HeaderClassName
{
color: #671A8A;
}
.AnyTagClassName
{
color: #671A8A;
}
</style>
background-color css
<style>
a { background-color: #671A8A; }
a { background-color: rgb(103,26,138); }
div.DivClassName
{
background-color: #671A8A;
}
.BgClassName
{
background-color: #671A8A;
}
</style>
border-color css
<style>
span { border-color: #671A8A; }
span { border-color: rgb(103,26,138); }
td.TdClassName
{
border-color: #671A8A;
}
.TagClassName
{
border-color: #671A8A;
}
</style>