Shades of Han Purple #3319FE
Tints of Han Purple #3319FE
RGB
CMYK
RGB Variations
Color information
#3319FE (or 0x3319FE) is known color: Han Purple. HEX triplet: 33, 19 and FE. RGB value is (51,25,254). Sum of RGB (Red+Green+Blue) = 51+25+254=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #3319FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3319FE is #CCE601. Grayscale: #393939. Windows color (decimal): -13428226 or 16652595. OLE color: 16652595.
HSL color Cylindrical-coordinate representation of color #3319FE: hue angle of 246.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3319FE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 25 | 254 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.00 |
| HSL | 246.81º | 0.99% | 0.55% | - |
| HSV(B) | 246.81º | 0.9% | 1% | - |
| XYZ | 19.6 | 8.55 | 94.38 | - |
| YUV | 58.88 | 238.11 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 254 | 0.80 | 0.90 | 0 | 0.00 | 246.81 | 0.99 | 0.55 |
| Hex | 33 | 19 | FE | 50 | 5A | 0 | 0 | F7 | 63 | 37 |
| Octal | 63 | 31 | 376 | 120 | 132 | 0 | 0 | 367 | 143 | 67 |
| Binary | 110011 | 11001 | 11111110 | 1010000 | 1011010 | 0 | 0 | 11110111 | 1100011 | 110111 |
Color Harmonies of #3319FE
Complementary color
Monochromatic Colors of #3319FE
Black with #3319FE
Text Example
Text Example
White with #3319FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3319FE; }
p { color: rgb(51,25,254); }
H1.HeaderClassName
{
color: #3319FE;
}
.AnyTagClassName
{
color: #3319FE;
}
</style>
background-color css
<style>
a { background-color: #3319FE; }
a { background-color: rgb(51,25,254); }
div.DivClassName
{
background-color: #3319FE;
}
.BgClassName
{
background-color: #3319FE;
}
</style>
border-color css
<style>
span { border-color: #3319FE; }
span { border-color: rgb(51,25,254); }
td.TdClassName
{
border-color: #3319FE;
}
.TagClassName
{
border-color: #3319FE;
}
</style>