Shades of Daisy Bush #62378F
Tints of Daisy Bush #62378F
RGB
CMYK
RGB Variations
Color information
#62378F (or 0x62378F) is known color: Daisy Bush. HEX triplet: 62, 37 and 8F. RGB value is (98,55,143). Sum of RGB (Red+Green+Blue) = 98+55+143=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #62378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62378F is #9DC870. Grayscale: #4D4D4D. Windows color (decimal): -10340465 or 9385826. OLE color: 9385826.
HSL color Cylindrical-coordinate representation of color #62378F: hue angle of 269.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62378F is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 55 | 143 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.44 |
| HSL | 269.32º | 0.44% | 0.39% | - |
| HSV(B) | 269.32º | 0.62% | 0.56% | - |
| XYZ | 11.36 | 7.31 | 26.8 | - |
| YUV | 77.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 143 | 0.31 | 0.62 | 0 | 0.44 | 269.32 | 0.44 | 0.39 |
| Hex | 62 | 37 | 8F | 1F | 3E | 0 | 2C | 10D | 2C | 27 |
| Octal | 142 | 67 | 217 | 37 | 76 | 0 | 54 | 415 | 54 | 47 |
| Binary | 1100010 | 110111 | 10001111 | 11111 | 111110 | 0 | 101100 | 100001101 | 101100 | 100111 |
Color Harmonies of #62378F
Complementary color
Monochromatic Colors of #62378F
Black with #62378F
Text Example
Text Example
White with #62378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62378F; }
p { color: rgb(98,55,143); }
H1.HeaderClassName
{
color: #62378F;
}
.AnyTagClassName
{
color: #62378F;
}
</style>
background-color css
<style>
a { background-color: #62378F; }
a { background-color: rgb(98,55,143); }
div.DivClassName
{
background-color: #62378F;
}
.BgClassName
{
background-color: #62378F;
}
</style>
border-color css
<style>
span { border-color: #62378F; }
span { border-color: rgb(98,55,143); }
td.TdClassName
{
border-color: #62378F;
}
.TagClassName
{
border-color: #62378F;
}
</style>