Shades of Han Purple #330CE9
Tints of Han Purple #330CE9
RGB
CMYK
RGB Variations
Color information
#330CE9 (or 0x330CE9) is known color: Han Purple. HEX triplet: 33, 0C and E9. RGB value is (51,12,233). Sum of RGB (Red+Green+Blue) = 51+12+233=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 233 (91.41% from 255 or 78.72% from 296); Max value from RGB is 233 - color contains mainly: blue. Hex color #330CE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CE9 is #CCF316. Grayscale: #303030. Windows color (decimal): -13431575 or 15273011. OLE color: 15273011.
HSL color Cylindrical-coordinate representation of color #330CE9: hue angle of 250.59º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CE9 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 12 | 233 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.09 |
| HSL | 250.59º | 0.9% | 0.48% | - |
| HSV(B) | 250.59º | 0.95% | 0.91% | - |
| XYZ | 16.2 | 6.85 | 77.56 | - |
| YUV | 48.86 | 231.92 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 233 | 0.78 | 0.95 | 0 | 0.09 | 250.59 | 0.9 | 0.48 |
| Hex | 33 | C | E9 | 4E | 5F | 0 | 9 | FB | 5A | 30 |
| Octal | 63 | 14 | 351 | 116 | 137 | 0 | 11 | 373 | 132 | 60 |
| Binary | 110011 | 1100 | 11101001 | 1001110 | 1011111 | 0 | 1001 | 11111011 | 1011010 | 110000 |
Color Harmonies of #330CE9
Complementary color
Monochromatic Colors of #330CE9
Black with #330CE9
Text Example
Text Example
White with #330CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CE9; }
p { color: rgb(51,12,233); }
H1.HeaderClassName
{
color: #330CE9;
}
.AnyTagClassName
{
color: #330CE9;
}
</style>
background-color css
<style>
a { background-color: #330CE9; }
a { background-color: rgb(51,12,233); }
div.DivClassName
{
background-color: #330CE9;
}
.BgClassName
{
background-color: #330CE9;
}
</style>
border-color css
<style>
span { border-color: #330CE9; }
span { border-color: rgb(51,12,233); }
td.TdClassName
{
border-color: #330CE9;
}
.TagClassName
{
border-color: #330CE9;
}
</style>