Shades of Han Purple #6336EA
Tints of Han Purple #6336EA
RGB
CMYK
RGB Variations
Color information
#6336EA (or 0x6336EA) is known color: Han Purple. HEX triplet: 63, 36 and EA. RGB value is (99,54,234). Sum of RGB (Red+Green+Blue) = 99+54+234=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #6336EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6336EA is #9CC915. Grayscale: #575757. Windows color (decimal): -10275094 or 15349347. OLE color: 15349347.
HSL color Cylindrical-coordinate representation of color #6336EA: hue angle of 255º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6336EA is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 54 | 234 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.08 |
| HSL | 255º | 0.81% | 0.56% | - |
| HSV(B) | 255º | 0.77% | 0.92% | - |
| XYZ | 21.32 | 11.23 | 78.89 | - |
| YUV | 87.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 234 | 0.58 | 0.77 | 0 | 0.08 | 255 | 0.81 | 0.56 |
| Hex | 63 | 36 | EA | 3A | 4D | 0 | 8 | FF | 51 | 38 |
| Octal | 143 | 66 | 352 | 72 | 115 | 0 | 10 | 377 | 121 | 70 |
| Binary | 1100011 | 110110 | 11101010 | 111010 | 1001101 | 0 | 1000 | 11111111 | 1010001 | 111000 |
Color Harmonies of #6336EA
Complementary color
Monochromatic Colors of #6336EA
Black with #6336EA
Text Example
Text Example
White with #6336EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336EA; }
p { color: rgb(99,54,234); }
H1.HeaderClassName
{
color: #6336EA;
}
.AnyTagClassName
{
color: #6336EA;
}
</style>
background-color css
<style>
a { background-color: #6336EA; }
a { background-color: rgb(99,54,234); }
div.DivClassName
{
background-color: #6336EA;
}
.BgClassName
{
background-color: #6336EA;
}
</style>
border-color css
<style>
span { border-color: #6336EA; }
span { border-color: rgb(99,54,234); }
td.TdClassName
{
border-color: #6336EA;
}
.TagClassName
{
border-color: #6336EA;
}
</style>