Shades of Han Purple #6336ED
Tints of Han Purple #6336ED
RGB
CMYK
RGB Variations
Color information
#6336ED (or 0x6336ED) is known color: Han Purple. HEX triplet: 63, 36 and ED. RGB value is (99,54,237). Sum of RGB (Red+Green+Blue) = 99+54+237=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #6336ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6336ED is #9CC912. Grayscale: #575757. Windows color (decimal): -10275091 or 15545955. OLE color: 15545955.
HSL color Cylindrical-coordinate representation of color #6336ED: hue angle of 254.75º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6336ED is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 54 | 237 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.07 |
| HSL | 254.75º | 0.84% | 0.57% | - |
| HSV(B) | 254.75º | 0.77% | 0.93% | - |
| XYZ | 21.75 | 11.41 | 81.18 | - |
| YUV | 88.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 237 | 0.58 | 0.77 | 0 | 0.07 | 254.75 | 0.84 | 0.57 |
| Hex | 63 | 36 | ED | 3A | 4D | 0 | 7 | FF | 54 | 39 |
| Octal | 143 | 66 | 355 | 72 | 115 | 0 | 7 | 377 | 124 | 71 |
| Binary | 1100011 | 110110 | 11101101 | 111010 | 1001101 | 0 | 111 | 11111111 | 1010100 | 111001 |
Color Harmonies of #6336ED
Complementary color
Monochromatic Colors of #6336ED
Black with #6336ED
Text Example
Text Example
White with #6336ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336ED; }
p { color: rgb(99,54,237); }
H1.HeaderClassName
{
color: #6336ED;
}
.AnyTagClassName
{
color: #6336ED;
}
</style>
background-color css
<style>
a { background-color: #6336ED; }
a { background-color: rgb(99,54,237); }
div.DivClassName
{
background-color: #6336ED;
}
.BgClassName
{
background-color: #6336ED;
}
</style>
border-color css
<style>
span { border-color: #6336ED; }
span { border-color: rgb(99,54,237); }
td.TdClassName
{
border-color: #6336ED;
}
.TagClassName
{
border-color: #6336ED;
}
</style>