Shades of Han Purple #330CE8
Tints of Han Purple #330CE8
RGB
CMYK
RGB Variations
Color information
#330CE8 (or 0x330CE8) is known color: Han Purple. HEX triplet: 33, 0C and E8. RGB value is (51,12,232). Sum of RGB (Red+Green+Blue) = 51+12+232=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 232 (91.02% from 255 or 78.64% from 295); Max value from RGB is 232 - color contains mainly: blue. Hex color #330CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CE8 is #CCF317. Grayscale: #2F2F2F. Windows color (decimal): -13431576 or 15207475. OLE color: 15207475.
HSL color Cylindrical-coordinate representation of color #330CE8: hue angle of 250.64º 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 #330CE8 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 12 | 232 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.09 |
| HSL | 250.64º | 0.9% | 0.48% | - |
| HSV(B) | 250.64º | 0.95% | 0.91% | - |
| XYZ | 16.06 | 6.79 | 76.81 | - |
| YUV | 48.74 | 231.42 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 232 | 0.78 | 0.95 | 0 | 0.09 | 250.64 | 0.9 | 0.48 |
| Hex | 33 | C | E8 | 4E | 5F | 0 | 9 | FB | 5A | 30 |
| Octal | 63 | 14 | 350 | 116 | 137 | 0 | 11 | 373 | 132 | 60 |
| Binary | 110011 | 1100 | 11101000 | 1001110 | 1011111 | 0 | 1001 | 11111011 | 1011010 | 110000 |
Color Harmonies of #330CE8
Complementary color
Monochromatic Colors of #330CE8
Black with #330CE8
Text Example
Text Example
White with #330CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CE8; }
p { color: rgb(51,12,232); }
H1.HeaderClassName
{
color: #330CE8;
}
.AnyTagClassName
{
color: #330CE8;
}
</style>
background-color css
<style>
a { background-color: #330CE8; }
a { background-color: rgb(51,12,232); }
div.DivClassName
{
background-color: #330CE8;
}
.BgClassName
{
background-color: #330CE8;
}
</style>
border-color css
<style>
span { border-color: #330CE8; }
span { border-color: rgb(51,12,232); }
td.TdClassName
{
border-color: #330CE8;
}
.TagClassName
{
border-color: #330CE8;
}
</style>