Shades of Han Purple #330AF3
Tints of Han Purple #330AF3
RGB
CMYK
RGB Variations
Color information
#330AF3 (or 0x330AF3) is known color: Han Purple. HEX triplet: 33, 0A and F3. RGB value is (51,10,243). Sum of RGB (Red+Green+Blue) = 51+10+243=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 243 (95.31% from 255 or 79.93% from 304); Max value from RGB is 243 - color contains mainly: blue. Hex color #330AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AF3 is #CCF50C. Grayscale: #2F2F2F. Windows color (decimal): -13432077 or 15927859. OLE color: 15927859.
HSL color Cylindrical-coordinate representation of color #330AF3: hue angle of 250.56º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AF3 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 10 | 243 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.05 |
| HSL | 250.56º | 0.92% | 0.5% | - |
| HSV(B) | 250.56º | 0.96% | 0.95% | - |
| XYZ | 17.65 | 7.39 | 85.29 | - |
| YUV | 48.82 | 237.58 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 243 | 0.79 | 0.96 | 0 | 0.05 | 250.56 | 0.92 | 0.5 |
| Hex | 33 | A | F3 | 4F | 60 | 0 | 5 | FB | 5C | 32 |
| Octal | 63 | 12 | 363 | 117 | 140 | 0 | 5 | 373 | 134 | 62 |
| Binary | 110011 | 1010 | 11110011 | 1001111 | 1100000 | 0 | 101 | 11111011 | 1011100 | 110010 |
Color Harmonies of #330AF3
Complementary color
Monochromatic Colors of #330AF3
Black with #330AF3
Text Example
Text Example
White with #330AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330AF3; }
p { color: rgb(51,10,243); }
H1.HeaderClassName
{
color: #330AF3;
}
.AnyTagClassName
{
color: #330AF3;
}
</style>
background-color css
<style>
a { background-color: #330AF3; }
a { background-color: rgb(51,10,243); }
div.DivClassName
{
background-color: #330AF3;
}
.BgClassName
{
background-color: #330AF3;
}
</style>
border-color css
<style>
span { border-color: #330AF3; }
span { border-color: rgb(51,10,243); }
td.TdClassName
{
border-color: #330AF3;
}
.TagClassName
{
border-color: #330AF3;
}
</style>