Shades of Han Purple #320CE4
Tints of Han Purple #320CE4
RGB
CMYK
RGB Variations
Color information
#320CE4 (or 0x320CE4) is known color: Han Purple. HEX triplet: 32, 0C and E4. RGB value is (50,12,228). Sum of RGB (Red+Green+Blue) = 50+12+228=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 228 (89.45% from 255 or 78.62% from 290); Max value from RGB is 228 - color contains mainly: blue. Hex color #320CE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CE4 is #CDF31B. Grayscale: #2F2F2F. Windows color (decimal): -13497116 or 14945330. OLE color: 14945330.
HSL color Cylindrical-coordinate representation of color #320CE4: hue angle of 250.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CE4 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 12 | 228 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.11 |
| HSL | 250.56º | 0.9% | 0.47% | - |
| HSV(B) | 250.56º | 0.95% | 0.89% | - |
| XYZ | 15.45 | 6.54 | 73.85 | - |
| YUV | 47.99 | 229.59 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 228 | 0.78 | 0.95 | 0 | 0.11 | 250.56 | 0.9 | 0.47 |
| Hex | 32 | C | E4 | 4E | 5F | 0 | B | FB | 5A | 2F |
| Octal | 62 | 14 | 344 | 116 | 137 | 0 | 13 | 373 | 132 | 57 |
| Binary | 110010 | 1100 | 11100100 | 1001110 | 1011111 | 0 | 1011 | 11111011 | 1011010 | 101111 |
Color Harmonies of #320CE4
Complementary color
Monochromatic Colors of #320CE4
Black with #320CE4
Text Example
Text Example
White with #320CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CE4; }
p { color: rgb(50,12,228); }
H1.HeaderClassName
{
color: #320CE4;
}
.AnyTagClassName
{
color: #320CE4;
}
</style>
background-color css
<style>
a { background-color: #320CE4; }
a { background-color: rgb(50,12,228); }
div.DivClassName
{
background-color: #320CE4;
}
.BgClassName
{
background-color: #320CE4;
}
</style>
border-color css
<style>
span { border-color: #320CE4; }
span { border-color: rgb(50,12,228); }
td.TdClassName
{
border-color: #320CE4;
}
.TagClassName
{
border-color: #320CE4;
}
</style>