Shades of Han Purple #3316FE
Tints of Han Purple #3316FE
RGB
CMYK
RGB Variations
Color information
#3316FE (or 0x3316FE) is known color: Han Purple. HEX triplet: 33, 16 and FE. RGB value is (51,22,254). Sum of RGB (Red+Green+Blue) = 51+22+254=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #3316FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3316FE is #CCE901. Grayscale: #383838. Windows color (decimal): -13428994 or 16651827. OLE color: 16651827.
HSL color Cylindrical-coordinate representation of color #3316FE: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3316FE is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 22 | 254 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.00 |
| HSL | 247.5º | 0.99% | 0.54% | - |
| HSV(B) | 247.5º | 0.91% | 1% | - |
| XYZ | 19.54 | 8.43 | 94.36 | - |
| YUV | 57.12 | 239.11 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 254 | 0.80 | 0.91 | 0 | 0.00 | 247.5 | 0.99 | 0.54 |
| Hex | 33 | 16 | FE | 50 | 5B | 0 | 0 | F8 | 63 | 36 |
| Octal | 63 | 26 | 376 | 120 | 133 | 0 | 0 | 370 | 143 | 66 |
| Binary | 110011 | 10110 | 11111110 | 1010000 | 1011011 | 0 | 0 | 11111000 | 1100011 | 110110 |
Color Harmonies of #3316FE
Complementary color
Monochromatic Colors of #3316FE
Black with #3316FE
Text Example
Text Example
White with #3316FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3316FE; }
p { color: rgb(51,22,254); }
H1.HeaderClassName
{
color: #3316FE;
}
.AnyTagClassName
{
color: #3316FE;
}
</style>
background-color css
<style>
a { background-color: #3316FE; }
a { background-color: rgb(51,22,254); }
div.DivClassName
{
background-color: #3316FE;
}
.BgClassName
{
background-color: #3316FE;
}
</style>
border-color css
<style>
span { border-color: #3316FE; }
span { border-color: rgb(51,22,254); }
td.TdClassName
{
border-color: #3316FE;
}
.TagClassName
{
border-color: #3316FE;
}
</style>