Shades of Kingfisher Daisy #602B7B
Tints of Kingfisher Daisy #602B7B
RGB
CMYK
RGB Variations
Color information
#602B7B (or 0x602B7B) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 7B. RGB value is (96,43,123). Sum of RGB (Red+Green+Blue) = 96+43+123=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #602B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B7B is #9FD484. Grayscale: #434343. Windows color (decimal): -10474629 or 8072032. OLE color: 8072032.
HSL color Cylindrical-coordinate representation of color #602B7B: hue angle of 279.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602B7B is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 43 | 123 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.52 |
| HSL | 279.75º | 0.48% | 0.33% | - |
| HSV(B) | 279.75º | 0.65% | 0.48% | - |
| XYZ | 9.26 | 5.64 | 19.34 | - |
| YUV | 67.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 123 | 0.22 | 0.65 | 0 | 0.52 | 279.75 | 0.48 | 0.33 |
| Hex | 60 | 2B | 7B | 16 | 41 | 0 | 34 | 118 | 30 | 21 |
| Octal | 140 | 53 | 173 | 26 | 101 | 0 | 64 | 430 | 60 | 41 |
| Binary | 1100000 | 101011 | 1111011 | 10110 | 1000001 | 0 | 110100 | 100011000 | 110000 | 100001 |
Color Harmonies of #602B7B
Complementary color
Monochromatic Colors of #602B7B
Black with #602B7B
Text Example
Text Example
White with #602B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B7B; }
p { color: rgb(96,43,123); }
H1.HeaderClassName
{
color: #602B7B;
}
.AnyTagClassName
{
color: #602B7B;
}
</style>
background-color css
<style>
a { background-color: #602B7B; }
a { background-color: rgb(96,43,123); }
div.DivClassName
{
background-color: #602B7B;
}
.BgClassName
{
background-color: #602B7B;
}
</style>
border-color css
<style>
span { border-color: #602B7B; }
span { border-color: rgb(96,43,123); }
td.TdClassName
{
border-color: #602B7B;
}
.TagClassName
{
border-color: #602B7B;
}
</style>