Shades of Han Purple #321ED7
Tints of Han Purple #321ED7
RGB
CMYK
RGB Variations
Color information
#321ED7 (or 0x321ED7) is known color: Han Purple. HEX triplet: 32, 1E and D7. RGB value is (50,30,215). Sum of RGB (Red+Green+Blue) = 50+30+215=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 215 (84.38% from 255 or 72.88% from 295); Max value from RGB is 215 - color contains mainly: blue. Hex color #321ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ED7 is #CDE128. Grayscale: #383838. Windows color (decimal): -13492521 or 14097970. OLE color: 14097970.
HSL color Cylindrical-coordinate representation of color #321ED7: hue angle of 246.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321ED7 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 30 | 215 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.16 |
| HSL | 246.49º | 0.76% | 0.48% | - |
| HSV(B) | 246.49º | 0.86% | 0.84% | - |
| XYZ | 14.05 | 6.51 | 64.81 | - |
| YUV | 57.07 | 217.13 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 215 | 0.77 | 0.86 | 0 | 0.16 | 246.49 | 0.76 | 0.48 |
| Hex | 32 | 1E | D7 | 4D | 56 | 0 | 10 | F6 | 4C | 30 |
| Octal | 62 | 36 | 327 | 115 | 126 | 0 | 20 | 366 | 114 | 60 |
| Binary | 110010 | 11110 | 11010111 | 1001101 | 1010110 | 0 | 10000 | 11110110 | 1001100 | 110000 |
Color Harmonies of #321ED7
Complementary color
Monochromatic Colors of #321ED7
Black with #321ED7
Text Example
Text Example
White with #321ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ED7; }
p { color: rgb(50,30,215); }
H1.HeaderClassName
{
color: #321ED7;
}
.AnyTagClassName
{
color: #321ED7;
}
</style>
background-color css
<style>
a { background-color: #321ED7; }
a { background-color: rgb(50,30,215); }
div.DivClassName
{
background-color: #321ED7;
}
.BgClassName
{
background-color: #321ED7;
}
</style>
border-color css
<style>
span { border-color: #321ED7; }
span { border-color: rgb(50,30,215); }
td.TdClassName
{
border-color: #321ED7;
}
.TagClassName
{
border-color: #321ED7;
}
</style>