Shades of Kingfisher Daisy #672B8D
Tints of Kingfisher Daisy #672B8D
RGB
CMYK
RGB Variations
Color information
#672B8D (or 0x672B8D) is known color: Kingfisher Daisy. HEX triplet: 67, 2B and 8D. RGB value is (103,43,141). Sum of RGB (Red+Green+Blue) = 103+43+141=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #672B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B8D is #98D472. Grayscale: #474747. Windows color (decimal): -10015859 or 9251687. OLE color: 9251687.
HSL color Cylindrical-coordinate representation of color #672B8D: hue angle of 276.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672B8D is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 43 | 141 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.45 |
| HSL | 276.73º | 0.53% | 0.36% | - |
| HSV(B) | 276.73º | 0.7% | 0.55% | - |
| XYZ | 11.27 | 6.53 | 25.87 | - |
| YUV | 72.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 141 | 0.27 | 0.70 | 0 | 0.45 | 276.73 | 0.53 | 0.36 |
| Hex | 67 | 2B | 8D | 1B | 46 | 0 | 2D | 115 | 35 | 24 |
| Octal | 147 | 53 | 215 | 33 | 106 | 0 | 55 | 425 | 65 | 44 |
| Binary | 1100111 | 101011 | 10001101 | 11011 | 1000110 | 0 | 101101 | 100010101 | 110101 | 100100 |
Color Harmonies of #672B8D
Complementary color
Monochromatic Colors of #672B8D
Black with #672B8D
Text Example
Text Example
White with #672B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B8D; }
p { color: rgb(103,43,141); }
H1.HeaderClassName
{
color: #672B8D;
}
.AnyTagClassName
{
color: #672B8D;
}
</style>
background-color css
<style>
a { background-color: #672B8D; }
a { background-color: rgb(103,43,141); }
div.DivClassName
{
background-color: #672B8D;
}
.BgClassName
{
background-color: #672B8D;
}
</style>
border-color css
<style>
span { border-color: #672B8D; }
span { border-color: rgb(103,43,141); }
td.TdClassName
{
border-color: #672B8D;
}
.TagClassName
{
border-color: #672B8D;
}
</style>