Shades of Han Purple #320CF8
Tints of Han Purple #320CF8
RGB
CMYK
RGB Variations
Color information
#320CF8 (or 0x320CF8) is known color: Han Purple. HEX triplet: 32, 0C and F8. RGB value is (50,12,248). Sum of RGB (Red+Green+Blue) = 50+12+248=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 248 (97.27% from 255 or 80% from 310); Max value from RGB is 248 - color contains mainly: blue. Hex color #320CF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CF8 is #CDF307. Grayscale: #313131. Windows color (decimal): -13497096 or 16256050. OLE color: 16256050.
HSL color Cylindrical-coordinate representation of color #320CF8: hue angle of 249.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CF8 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 12 | 248 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.03 |
| HSL | 249.66º | 0.94% | 0.51% | - |
| HSV(B) | 249.66º | 0.95% | 0.97% | - |
| XYZ | 18.39 | 7.72 | 89.33 | - |
| YUV | 50.27 | 239.59 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 248 | 0.80 | 0.95 | 0 | 0.03 | 249.66 | 0.94 | 0.51 |
| Hex | 32 | C | F8 | 50 | 5F | 0 | 3 | FA | 5E | 33 |
| Octal | 62 | 14 | 370 | 120 | 137 | 0 | 3 | 372 | 136 | 63 |
| Binary | 110010 | 1100 | 11111000 | 1010000 | 1011111 | 0 | 11 | 11111010 | 1011110 | 110011 |
Color Harmonies of #320CF8
Complementary color
Monochromatic Colors of #320CF8
Black with #320CF8
Text Example
Text Example
White with #320CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CF8; }
p { color: rgb(50,12,248); }
H1.HeaderClassName
{
color: #320CF8;
}
.AnyTagClassName
{
color: #320CF8;
}
</style>
background-color css
<style>
a { background-color: #320CF8; }
a { background-color: rgb(50,12,248); }
div.DivClassName
{
background-color: #320CF8;
}
.BgClassName
{
background-color: #320CF8;
}
</style>
border-color css
<style>
span { border-color: #320CF8; }
span { border-color: rgb(50,12,248); }
td.TdClassName
{
border-color: #320CF8;
}
.TagClassName
{
border-color: #320CF8;
}
</style>