Shades of Kingfisher Daisy #67328D
Tints of Kingfisher Daisy #67328D
RGB
CMYK
RGB Variations
Color information
#67328D (or 0x67328D) is known color: Kingfisher Daisy. HEX triplet: 67, 32 and 8D. RGB value is (103,50,141). Sum of RGB (Red+Green+Blue) = 103+50+141=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #67328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67328D is #98CD72. Grayscale: #4B4B4B. Windows color (decimal): -10014067 or 9253479. OLE color: 9253479.
HSL color Cylindrical-coordinate representation of color #67328D: hue angle of 274.95º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67328D is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 50 | 141 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.45 |
| HSL | 274.95º | 0.48% | 0.37% | - |
| HSV(B) | 274.95º | 0.65% | 0.55% | - |
| XYZ | 11.54 | 7.09 | 25.96 | - |
| YUV | 76.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 141 | 0.27 | 0.65 | 0 | 0.45 | 274.95 | 0.48 | 0.37 |
| Hex | 67 | 32 | 8D | 1B | 41 | 0 | 2D | 113 | 30 | 25 |
| Octal | 147 | 62 | 215 | 33 | 101 | 0 | 55 | 423 | 60 | 45 |
| Binary | 1100111 | 110010 | 10001101 | 11011 | 1000001 | 0 | 101101 | 100010011 | 110000 | 100101 |
Color Harmonies of #67328D
Complementary color
Monochromatic Colors of #67328D
Black with #67328D
Text Example
Text Example
White with #67328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67328D; }
p { color: rgb(103,50,141); }
H1.HeaderClassName
{
color: #67328D;
}
.AnyTagClassName
{
color: #67328D;
}
</style>
background-color css
<style>
a { background-color: #67328D; }
a { background-color: rgb(103,50,141); }
div.DivClassName
{
background-color: #67328D;
}
.BgClassName
{
background-color: #67328D;
}
</style>
border-color css
<style>
span { border-color: #67328D; }
span { border-color: rgb(103,50,141); }
td.TdClassName
{
border-color: #67328D;
}
.TagClassName
{
border-color: #67328D;
}
</style>