Shades of Han Purple #320CE8
Tints of Han Purple #320CE8
RGB
CMYK
RGB Variations
Color information
#320CE8 (or 0x320CE8) is known color: Han Purple. HEX triplet: 32, 0C and E8. RGB value is (50,12,232). Sum of RGB (Red+Green+Blue) = 50+12+232=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 232 (91.02% from 255 or 78.91% from 294); Max value from RGB is 232 - color contains mainly: blue. Hex color #320CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CE8 is #CDF317. Grayscale: #2F2F2F. Windows color (decimal): -13497112 or 15207474. OLE color: 15207474.
HSL color Cylindrical-coordinate representation of color #320CE8: hue angle of 250.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CE8 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 12 | 232 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.09 |
| HSL | 250.36º | 0.9% | 0.48% | - |
| HSV(B) | 250.36º | 0.95% | 0.91% | - |
| XYZ | 16.01 | 6.77 | 76.81 | - |
| YUV | 48.44 | 231.59 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 232 | 0.78 | 0.95 | 0 | 0.09 | 250.36 | 0.9 | 0.48 |
| Hex | 32 | C | E8 | 4E | 5F | 0 | 9 | FA | 5A | 30 |
| Octal | 62 | 14 | 350 | 116 | 137 | 0 | 11 | 372 | 132 | 60 |
| Binary | 110010 | 1100 | 11101000 | 1001110 | 1011111 | 0 | 1001 | 11111010 | 1011010 | 110000 |
Color Harmonies of #320CE8
Complementary color
Monochromatic Colors of #320CE8
Black with #320CE8
Text Example
Text Example
White with #320CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CE8; }
p { color: rgb(50,12,232); }
H1.HeaderClassName
{
color: #320CE8;
}
.AnyTagClassName
{
color: #320CE8;
}
</style>
background-color css
<style>
a { background-color: #320CE8; }
a { background-color: rgb(50,12,232); }
div.DivClassName
{
background-color: #320CE8;
}
.BgClassName
{
background-color: #320CE8;
}
</style>
border-color css
<style>
span { border-color: #320CE8; }
span { border-color: rgb(50,12,232); }
td.TdClassName
{
border-color: #320CE8;
}
.TagClassName
{
border-color: #320CE8;
}
</style>