Shades of Han Purple #320BFC
Tints of Han Purple #320BFC
RGB
CMYK
RGB Variations
Color information
#320BFC (or 0x320BFC) is known color: Han Purple. HEX triplet: 32, 0B and FC. RGB value is (50,11,252). Sum of RGB (Red+Green+Blue) = 50+11+252=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #320BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BFC is #CDF403. Grayscale: #313131. Windows color (decimal): -13497348 or 16517938. OLE color: 16517938.
HSL color Cylindrical-coordinate representation of color #320BFC: hue angle of 249.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320BFC is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 11 | 252 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.01 |
| HSL | 249.71º | 0.98% | 0.52% | - |
| HSV(B) | 249.71º | 0.96% | 0.99% | - |
| XYZ | 19.01 | 7.95 | 92.63 | - |
| YUV | 50.14 | 241.92 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 252 | 0.80 | 0.96 | 0 | 0.01 | 249.71 | 0.98 | 0.52 |
| Hex | 32 | B | FC | 50 | 60 | 0 | 1 | FA | 62 | 34 |
| Octal | 62 | 13 | 374 | 120 | 140 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110010 | 1011 | 11111100 | 1010000 | 1100000 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #320BFC
Complementary color
Monochromatic Colors of #320BFC
Black with #320BFC
Text Example
Text Example
White with #320BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BFC; }
p { color: rgb(50,11,252); }
H1.HeaderClassName
{
color: #320BFC;
}
.AnyTagClassName
{
color: #320BFC;
}
</style>
background-color css
<style>
a { background-color: #320BFC; }
a { background-color: rgb(50,11,252); }
div.DivClassName
{
background-color: #320BFC;
}
.BgClassName
{
background-color: #320BFC;
}
</style>
border-color css
<style>
span { border-color: #320BFC; }
span { border-color: rgb(50,11,252); }
td.TdClassName
{
border-color: #320BFC;
}
.TagClassName
{
border-color: #320BFC;
}
</style>