Shades of Han Purple #6330EC
Tints of Han Purple #6330EC
RGB
CMYK
RGB Variations
Color information
#6330EC (or 0x6330EC) is known color: Han Purple. HEX triplet: 63, 30 and EC. RGB value is (99,48,236). Sum of RGB (Red+Green+Blue) = 99+48+236=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #6330EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330EC is #9CCF13. Grayscale: #535353. Windows color (decimal): -10276628 or 15478883. OLE color: 15478883.
HSL color Cylindrical-coordinate representation of color #6330EC: hue angle of 256.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6330EC is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 48 | 236 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.07 |
| HSL | 256.28º | 0.83% | 0.56% | - |
| HSV(B) | 256.28º | 0.8% | 0.93% | - |
| XYZ | 21.34 | 10.82 | 80.32 | - |
| YUV | 84.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 236 | 0.58 | 0.80 | 0 | 0.07 | 256.28 | 0.83 | 0.56 |
| Hex | 63 | 30 | EC | 3A | 50 | 0 | 7 | 100 | 53 | 38 |
| Octal | 143 | 60 | 354 | 72 | 120 | 0 | 7 | 400 | 123 | 70 |
| Binary | 1100011 | 110000 | 11101100 | 111010 | 1010000 | 0 | 111 | 100000000 | 1010011 | 111000 |
Color Harmonies of #6330EC
Complementary color
Monochromatic Colors of #6330EC
Black with #6330EC
Text Example
Text Example
White with #6330EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6330EC; }
p { color: rgb(99,48,236); }
H1.HeaderClassName
{
color: #6330EC;
}
.AnyTagClassName
{
color: #6330EC;
}
</style>
background-color css
<style>
a { background-color: #6330EC; }
a { background-color: rgb(99,48,236); }
div.DivClassName
{
background-color: #6330EC;
}
.BgClassName
{
background-color: #6330EC;
}
</style>
border-color css
<style>
span { border-color: #6330EC; }
span { border-color: rgb(99,48,236); }
td.TdClassName
{
border-color: #6330EC;
}
.TagClassName
{
border-color: #6330EC;
}
</style>