Shades of Daisy Bush #62398F
Tints of Daisy Bush #62398F
RGB
CMYK
RGB Variations
Color information
#62398F (or 0x62398F) is known color: Daisy Bush. HEX triplet: 62, 39 and 8F. RGB value is (98,57,143). Sum of RGB (Red+Green+Blue) = 98+57+143=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #62398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62398F is #9DC670. Grayscale: #4E4E4E. Windows color (decimal): -10339953 or 9386338. OLE color: 9386338.
HSL color Cylindrical-coordinate representation of color #62398F: hue angle of 268.6º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62398F is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 57 | 143 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.44 |
| HSL | 268.6º | 0.43% | 0.39% | - |
| HSV(B) | 268.6º | 0.6% | 0.56% | - |
| XYZ | 11.46 | 7.51 | 26.83 | - |
| YUV | 79.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 143 | 0.31 | 0.60 | 0 | 0.44 | 268.6 | 0.43 | 0.39 |
| Hex | 62 | 39 | 8F | 1F | 3C | 0 | 2C | 10D | 2B | 27 |
| Octal | 142 | 71 | 217 | 37 | 74 | 0 | 54 | 415 | 53 | 47 |
| Binary | 1100010 | 111001 | 10001111 | 11111 | 111100 | 0 | 101100 | 100001101 | 101011 | 100111 |
Color Harmonies of #62398F
Complementary color
Monochromatic Colors of #62398F
Black with #62398F
Text Example
Text Example
White with #62398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62398F; }
p { color: rgb(98,57,143); }
H1.HeaderClassName
{
color: #62398F;
}
.AnyTagClassName
{
color: #62398F;
}
</style>
background-color css
<style>
a { background-color: #62398F; }
a { background-color: rgb(98,57,143); }
div.DivClassName
{
background-color: #62398F;
}
.BgClassName
{
background-color: #62398F;
}
</style>
border-color css
<style>
span { border-color: #62398F; }
span { border-color: rgb(98,57,143); }
td.TdClassName
{
border-color: #62398F;
}
.TagClassName
{
border-color: #62398F;
}
</style>