Shades of Han Purple #320BFE
Tints of Han Purple #320BFE
RGB
CMYK
RGB Variations
Color information
#320BFE (or 0x320BFE) is known color: Han Purple. HEX triplet: 32, 0B and FE. RGB value is (50,11,254). Sum of RGB (Red+Green+Blue) = 50+11+254=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #320BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BFE is #CDF401. Grayscale: #313131. Windows color (decimal): -13497346 or 16649010. OLE color: 16649010.
HSL color Cylindrical-coordinate representation of color #320BFE: hue angle of 249.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320BFE is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 11 | 254 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.00 |
| HSL | 249.63º | 0.99% | 0.52% | - |
| HSV(B) | 249.63º | 0.96% | 1% | - |
| XYZ | 19.32 | 8.07 | 94.31 | - |
| YUV | 50.36 | 242.92 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 254 | 0.80 | 0.96 | 0 | 0.00 | 249.63 | 0.99 | 0.52 |
| Hex | 32 | B | FE | 50 | 60 | 0 | 0 | FA | 63 | 34 |
| Octal | 62 | 13 | 376 | 120 | 140 | 0 | 0 | 372 | 143 | 64 |
| Binary | 110010 | 1011 | 11111110 | 1010000 | 1100000 | 0 | 0 | 11111010 | 1100011 | 110100 |
Color Harmonies of #320BFE
Complementary color
Monochromatic Colors of #320BFE
Black with #320BFE
Text Example
Text Example
White with #320BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BFE; }
p { color: rgb(50,11,254); }
H1.HeaderClassName
{
color: #320BFE;
}
.AnyTagClassName
{
color: #320BFE;
}
</style>
background-color css
<style>
a { background-color: #320BFE; }
a { background-color: rgb(50,11,254); }
div.DivClassName
{
background-color: #320BFE;
}
.BgClassName
{
background-color: #320BFE;
}
</style>
border-color css
<style>
span { border-color: #320BFE; }
span { border-color: rgb(50,11,254); }
td.TdClassName
{
border-color: #320BFE;
}
.TagClassName
{
border-color: #320BFE;
}
</style>