Shades of Han Purple #320CFF
Tints of Han Purple #320CFF
RGB
CMYK
RGB Variations
Color information
#320CFF (or 0x320CFF) is known color: Han Purple. HEX triplet: 32, 0C and FF. RGB value is (50,12,255). Sum of RGB (Red+Green+Blue) = 50+12+255=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #320CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CFF is #CDF300. Grayscale: #323232. Windows color (decimal): -13497089 or 16714802. OLE color: 16714802.
HSL color Cylindrical-coordinate representation of color #320CFF: hue angle of 249.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CFF is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 12 | 255 | - |
| CMYK | 0.80 | 0.95 | 0 | 0 |
| HSL | 249.38º | 1% | 0.52% | - |
| HSV(B) | 249.38º | 0.95% | 1% | - |
| XYZ | 19.5 | 8.16 | 95.16 | - |
| YUV | 51.06 | 243.09 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 255 | 0.80 | 0.95 | 0 | 0 | 249.38 | 1 | 0.52 |
| Hex | 32 | C | FF | 50 | 5F | 0 | 0 | F9 | 64 | 34 |
| Octal | 62 | 14 | 377 | 120 | 137 | 0 | 0 | 371 | 144 | 64 |
| Binary | 110010 | 1100 | 11111111 | 1010000 | 1011111 | 0 | 0 | 11111001 | 1100100 | 110100 |
Color Harmonies of #320CFF
Complementary color
Monochromatic Colors of #320CFF
Black with #320CFF
Text Example
Text Example
White with #320CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CFF; }
p { color: rgb(50,12,255); }
H1.HeaderClassName
{
color: #320CFF;
}
.AnyTagClassName
{
color: #320CFF;
}
</style>
background-color css
<style>
a { background-color: #320CFF; }
a { background-color: rgb(50,12,255); }
div.DivClassName
{
background-color: #320CFF;
}
.BgClassName
{
background-color: #320CFF;
}
</style>
border-color css
<style>
span { border-color: #320CFF; }
span { border-color: rgb(50,12,255); }
td.TdClassName
{
border-color: #320CFF;
}
.TagClassName
{
border-color: #320CFF;
}
</style>