Shades of Han Purple #3314FC
Tints of Han Purple #3314FC
RGB
CMYK
RGB Variations
Color information
#3314FC (or 0x3314FC) is known color: Han Purple. HEX triplet: 33, 14 and FC. RGB value is (51,20,252). Sum of RGB (Red+Green+Blue) = 51+20+252=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #3314FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3314FC is #CCEB03. Grayscale: #363636. Windows color (decimal): -13429508 or 16520243. OLE color: 16520243.
HSL color Cylindrical-coordinate representation of color #3314FC: hue angle of 248.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3314FC is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 20 | 252 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.01 |
| HSL | 248.02º | 0.97% | 0.53% | - |
| HSV(B) | 248.02º | 0.92% | 0.99% | - |
| XYZ | 19.19 | 8.23 | 92.67 | - |
| YUV | 55.72 | 238.77 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 252 | 0.80 | 0.92 | 0 | 0.01 | 248.02 | 0.97 | 0.53 |
| Hex | 33 | 14 | FC | 50 | 5C | 0 | 1 | F8 | 61 | 35 |
| Octal | 63 | 24 | 374 | 120 | 134 | 0 | 1 | 370 | 141 | 65 |
| Binary | 110011 | 10100 | 11111100 | 1010000 | 1011100 | 0 | 1 | 11111000 | 1100001 | 110101 |
Color Harmonies of #3314FC
Complementary color
Monochromatic Colors of #3314FC
Black with #3314FC
Text Example
Text Example
White with #3314FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314FC; }
p { color: rgb(51,20,252); }
H1.HeaderClassName
{
color: #3314FC;
}
.AnyTagClassName
{
color: #3314FC;
}
</style>
background-color css
<style>
a { background-color: #3314FC; }
a { background-color: rgb(51,20,252); }
div.DivClassName
{
background-color: #3314FC;
}
.BgClassName
{
background-color: #3314FC;
}
</style>
border-color css
<style>
span { border-color: #3314FC; }
span { border-color: rgb(51,20,252); }
td.TdClassName
{
border-color: #3314FC;
}
.TagClassName
{
border-color: #3314FC;
}
</style>