Shades of Han Purple #6333EA
Tints of Han Purple #6333EA
RGB
CMYK
RGB Variations
Color information
#6333EA (or 0x6333EA) is known color: Han Purple. HEX triplet: 63, 33 and EA. RGB value is (99,51,234). Sum of RGB (Red+Green+Blue) = 99+51+234=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #6333EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6333EA is #9CCC15. Grayscale: #555555. Windows color (decimal): -10275862 or 15348579. OLE color: 15348579.
HSL color Cylindrical-coordinate representation of color #6333EA: hue angle of 255.74º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6333EA is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 51 | 234 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.08 |
| HSL | 255.74º | 0.81% | 0.56% | - |
| HSV(B) | 255.74º | 0.78% | 0.92% | - |
| XYZ | 21.18 | 10.96 | 78.84 | - |
| YUV | 86.21 | 211.4 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 234 | 0.58 | 0.78 | 0 | 0.08 | 255.74 | 0.81 | 0.56 |
| Hex | 63 | 33 | EA | 3A | 4E | 0 | 8 | 100 | 51 | 38 |
| Octal | 143 | 63 | 352 | 72 | 116 | 0 | 10 | 400 | 121 | 70 |
| Binary | 1100011 | 110011 | 11101010 | 111010 | 1001110 | 0 | 1000 | 100000000 | 1010001 | 111000 |
Color Harmonies of #6333EA
Complementary color
Monochromatic Colors of #6333EA
Black with #6333EA
Text Example
Text Example
White with #6333EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333EA; }
p { color: rgb(99,51,234); }
H1.HeaderClassName
{
color: #6333EA;
}
.AnyTagClassName
{
color: #6333EA;
}
</style>
background-color css
<style>
a { background-color: #6333EA; }
a { background-color: rgb(99,51,234); }
div.DivClassName
{
background-color: #6333EA;
}
.BgClassName
{
background-color: #6333EA;
}
</style>
border-color css
<style>
span { border-color: #6333EA; }
span { border-color: rgb(99,51,234); }
td.TdClassName
{
border-color: #6333EA;
}
.TagClassName
{
border-color: #6333EA;
}
</style>