Shades of Han Purple #330CE5
Tints of Han Purple #330CE5
RGB
CMYK
RGB Variations
Color information
#330CE5 (or 0x330CE5) is known color: Han Purple. HEX triplet: 33, 0C and E5. RGB value is (51,12,229). Sum of RGB (Red+Green+Blue) = 51+12+229=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 229 (89.84% from 255 or 78.42% from 292); Max value from RGB is 229 - color contains mainly: blue. Hex color #330CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CE5 is #CCF31A. Grayscale: #2F2F2F. Windows color (decimal): -13431579 or 15010867. OLE color: 15010867.
HSL color Cylindrical-coordinate representation of color #330CE5: hue angle of 250.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CE5 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 12 | 229 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.10 |
| HSL | 250.78º | 0.9% | 0.47% | - |
| HSV(B) | 250.78º | 0.95% | 0.9% | - |
| XYZ | 15.64 | 6.62 | 74.58 | - |
| YUV | 48.4 | 229.92 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 229 | 0.78 | 0.95 | 0 | 0.10 | 250.78 | 0.9 | 0.47 |
| Hex | 33 | C | E5 | 4E | 5F | 0 | A | FB | 5A | 2F |
| Octal | 63 | 14 | 345 | 116 | 137 | 0 | 12 | 373 | 132 | 57 |
| Binary | 110011 | 1100 | 11100101 | 1001110 | 1011111 | 0 | 1010 | 11111011 | 1011010 | 101111 |
Color Harmonies of #330CE5
Complementary color
Monochromatic Colors of #330CE5
Black with #330CE5
Text Example
Text Example
White with #330CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CE5; }
p { color: rgb(51,12,229); }
H1.HeaderClassName
{
color: #330CE5;
}
.AnyTagClassName
{
color: #330CE5;
}
</style>
background-color css
<style>
a { background-color: #330CE5; }
a { background-color: rgb(51,12,229); }
div.DivClassName
{
background-color: #330CE5;
}
.BgClassName
{
background-color: #330CE5;
}
</style>
border-color css
<style>
span { border-color: #330CE5; }
span { border-color: rgb(51,12,229); }
td.TdClassName
{
border-color: #330CE5;
}
.TagClassName
{
border-color: #330CE5;
}
</style>