Shades of Han Purple #3313FE
Tints of Han Purple #3313FE
RGB
CMYK
RGB Variations
Color information
#3313FE (or 0x3313FE) is known color: Han Purple. HEX triplet: 33, 13 and FE. RGB value is (51,19,254). Sum of RGB (Red+Green+Blue) = 51+19+254=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #3313FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3313FE is #CCEC01. Grayscale: #363636. Windows color (decimal): -13429762 or 16651059. OLE color: 16651059.
HSL color Cylindrical-coordinate representation of color #3313FE: hue angle of 248.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3313FE is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 19 | 254 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.00 |
| HSL | 248.17º | 0.99% | 0.54% | - |
| HSV(B) | 248.17º | 0.93% | 1% | - |
| XYZ | 19.49 | 8.33 | 94.35 | - |
| YUV | 55.36 | 240.1 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 254 | 0.80 | 0.93 | 0 | 0.00 | 248.17 | 0.99 | 0.54 |
| Hex | 33 | 13 | FE | 50 | 5D | 0 | 0 | F8 | 63 | 36 |
| Octal | 63 | 23 | 376 | 120 | 135 | 0 | 0 | 370 | 143 | 66 |
| Binary | 110011 | 10011 | 11111110 | 1010000 | 1011101 | 0 | 0 | 11111000 | 1100011 | 110110 |
Color Harmonies of #3313FE
Complementary color
Monochromatic Colors of #3313FE
Black with #3313FE
Text Example
Text Example
White with #3313FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313FE; }
p { color: rgb(51,19,254); }
H1.HeaderClassName
{
color: #3313FE;
}
.AnyTagClassName
{
color: #3313FE;
}
</style>
background-color css
<style>
a { background-color: #3313FE; }
a { background-color: rgb(51,19,254); }
div.DivClassName
{
background-color: #3313FE;
}
.BgClassName
{
background-color: #3313FE;
}
</style>
border-color css
<style>
span { border-color: #3313FE; }
span { border-color: rgb(51,19,254); }
td.TdClassName
{
border-color: #3313FE;
}
.TagClassName
{
border-color: #3313FE;
}
</style>