Shades of Han Purple #6324ED
Tints of Han Purple #6324ED
RGB
CMYK
RGB Variations
Color information
#6324ED (or 0x6324ED) is known color: Han Purple. HEX triplet: 63, 24 and ED. RGB value is (99,36,237). Sum of RGB (Red+Green+Blue) = 99+36+237=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #6324ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6324ED is #9CDB12. Grayscale: #4D4D4D. Windows color (decimal): -10279699 or 15541347. OLE color: 15541347.
HSL color Cylindrical-coordinate representation of color #6324ED: hue angle of 258.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6324ED is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 36 | 237 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.07 |
| HSL | 258.81º | 0.85% | 0.54% | - |
| HSV(B) | 258.81º | 0.85% | 0.93% | - |
| XYZ | 21.06 | 10.03 | 80.95 | - |
| YUV | 77.75 | 217.87 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 237 | 0.58 | 0.85 | 0 | 0.07 | 258.81 | 0.85 | 0.54 |
| Hex | 63 | 24 | ED | 3A | 55 | 0 | 7 | 103 | 55 | 36 |
| Octal | 143 | 44 | 355 | 72 | 125 | 0 | 7 | 403 | 125 | 66 |
| Binary | 1100011 | 100100 | 11101101 | 111010 | 1010101 | 0 | 111 | 100000011 | 1010101 | 110110 |
Color Harmonies of #6324ED
Complementary color
Monochromatic Colors of #6324ED
Black with #6324ED
Text Example
Text Example
White with #6324ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6324ED; }
p { color: rgb(99,36,237); }
H1.HeaderClassName
{
color: #6324ED;
}
.AnyTagClassName
{
color: #6324ED;
}
</style>
background-color css
<style>
a { background-color: #6324ED; }
a { background-color: rgb(99,36,237); }
div.DivClassName
{
background-color: #6324ED;
}
.BgClassName
{
background-color: #6324ED;
}
</style>
border-color css
<style>
span { border-color: #6324ED; }
span { border-color: rgb(99,36,237); }
td.TdClassName
{
border-color: #6324ED;
}
.TagClassName
{
border-color: #6324ED;
}
</style>