Shades of Kingfisher Daisy #672C8A
Tints of Kingfisher Daisy #672C8A
RGB
CMYK
RGB Variations
Color information
#672C8A (or 0x672C8A) is known color: Kingfisher Daisy. HEX triplet: 67, 2C and 8A. RGB value is (103,44,138). Sum of RGB (Red+Green+Blue) = 103+44+138=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #672C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672C8A is #98D375. Grayscale: #484848. Windows color (decimal): -10015606 or 9055335. OLE color: 9055335.
HSL color Cylindrical-coordinate representation of color #672C8A: hue angle of 277.66º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672C8A is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 44 | 138 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.46 |
| HSL | 277.66º | 0.52% | 0.36% | - |
| HSV(B) | 277.66º | 0.68% | 0.54% | - |
| XYZ | 11.08 | 6.52 | 24.72 | - |
| YUV | 72.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 138 | 0.25 | 0.68 | 0 | 0.46 | 277.66 | 0.52 | 0.36 |
| Hex | 67 | 2C | 8A | 19 | 44 | 0 | 2E | 116 | 34 | 24 |
| Octal | 147 | 54 | 212 | 31 | 104 | 0 | 56 | 426 | 64 | 44 |
| Binary | 1100111 | 101100 | 10001010 | 11001 | 1000100 | 0 | 101110 | 100010110 | 110100 | 100100 |
Color Harmonies of #672C8A
Complementary color
Monochromatic Colors of #672C8A
Black with #672C8A
Text Example
Text Example
White with #672C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C8A; }
p { color: rgb(103,44,138); }
H1.HeaderClassName
{
color: #672C8A;
}
.AnyTagClassName
{
color: #672C8A;
}
</style>
background-color css
<style>
a { background-color: #672C8A; }
a { background-color: rgb(103,44,138); }
div.DivClassName
{
background-color: #672C8A;
}
.BgClassName
{
background-color: #672C8A;
}
</style>
border-color css
<style>
span { border-color: #672C8A; }
span { border-color: rgb(103,44,138); }
td.TdClassName
{
border-color: #672C8A;
}
.TagClassName
{
border-color: #672C8A;
}
</style>