Shades of Han Purple #320DEF
Tints of Han Purple #320DEF
RGB
CMYK
RGB Variations
Color information
#320DEF (or 0x320DEF) is known color: Han Purple. HEX triplet: 32, 0D and EF. RGB value is (50,13,239). Sum of RGB (Red+Green+Blue) = 50+13+239=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #320DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320DEF is #CDF210. Grayscale: #303030. Windows color (decimal): -13496849 or 15666482. OLE color: 15666482.
HSL color Cylindrical-coordinate representation of color #320DEF: hue angle of 249.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320DEF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 13 | 239 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.06 |
| HSL | 249.82º | 0.9% | 0.49% | - |
| HSV(B) | 249.82º | 0.95% | 0.94% | - |
| XYZ | 17.04 | 7.2 | 82.15 | - |
| YUV | 49.83 | 234.76 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 239 | 0.79 | 0.95 | 0 | 0.06 | 249.82 | 0.9 | 0.49 |
| Hex | 32 | D | EF | 4F | 5F | 0 | 6 | FA | 5A | 31 |
| Octal | 62 | 15 | 357 | 117 | 137 | 0 | 6 | 372 | 132 | 61 |
| Binary | 110010 | 1101 | 11101111 | 1001111 | 1011111 | 0 | 110 | 11111010 | 1011010 | 110001 |
Color Harmonies of #320DEF
Complementary color
Monochromatic Colors of #320DEF
Black with #320DEF
Text Example
Text Example
White with #320DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DEF; }
p { color: rgb(50,13,239); }
H1.HeaderClassName
{
color: #320DEF;
}
.AnyTagClassName
{
color: #320DEF;
}
</style>
background-color css
<style>
a { background-color: #320DEF; }
a { background-color: rgb(50,13,239); }
div.DivClassName
{
background-color: #320DEF;
}
.BgClassName
{
background-color: #320DEF;
}
</style>
border-color css
<style>
span { border-color: #320DEF; }
span { border-color: rgb(50,13,239); }
td.TdClassName
{
border-color: #320DEF;
}
.TagClassName
{
border-color: #320DEF;
}
</style>