Shades of Han Purple #330CEE
Tints of Han Purple #330CEE
RGB
CMYK
RGB Variations
Color information
#330CEE (or 0x330CEE) is known color: Han Purple. HEX triplet: 33, 0C and EE. RGB value is (51,12,238). Sum of RGB (Red+Green+Blue) = 51+12+238=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #330CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CEE is #CCF311. Grayscale: #303030. Windows color (decimal): -13431570 or 15600691. OLE color: 15600691.
HSL color Cylindrical-coordinate representation of color #330CEE: hue angle of 250.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CEE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 12 | 238 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.07 |
| HSL | 250.35º | 0.9% | 0.49% | - |
| HSV(B) | 250.35º | 0.95% | 0.93% | - |
| XYZ | 16.93 | 7.14 | 81.37 | - |
| YUV | 49.43 | 234.42 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 238 | 0.79 | 0.95 | 0 | 0.07 | 250.35 | 0.9 | 0.49 |
| Hex | 33 | C | EE | 4F | 5F | 0 | 7 | FA | 5A | 31 |
| Octal | 63 | 14 | 356 | 117 | 137 | 0 | 7 | 372 | 132 | 61 |
| Binary | 110011 | 1100 | 11101110 | 1001111 | 1011111 | 0 | 111 | 11111010 | 1011010 | 110001 |
Color Harmonies of #330CEE
Complementary color
Monochromatic Colors of #330CEE
Black with #330CEE
Text Example
Text Example
White with #330CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330CEE; }
p { color: rgb(51,12,238); }
H1.HeaderClassName
{
color: #330CEE;
}
.AnyTagClassName
{
color: #330CEE;
}
</style>
background-color css
<style>
a { background-color: #330CEE; }
a { background-color: rgb(51,12,238); }
div.DivClassName
{
background-color: #330CEE;
}
.BgClassName
{
background-color: #330CEE;
}
</style>
border-color css
<style>
span { border-color: #330CEE; }
span { border-color: rgb(51,12,238); }
td.TdClassName
{
border-color: #330CEE;
}
.TagClassName
{
border-color: #330CEE;
}
</style>