Shades of Han Purple #320BED
Tints of Han Purple #320BED
RGB
CMYK
RGB Variations
Color information
#320BED (or 0x320BED) is known color: Han Purple. HEX triplet: 32, 0B and ED. RGB value is (50,11,237). Sum of RGB (Red+Green+Blue) = 50+11+237=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #320BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BED is #CDF412. Grayscale: #2F2F2F. Windows color (decimal): -13497363 or 15534898. OLE color: 15534898.
HSL color Cylindrical-coordinate representation of color #320BED: hue angle of 250.35º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BED is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 11 | 237 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.07 |
| HSL | 250.35º | 0.91% | 0.49% | - |
| HSV(B) | 250.35º | 0.95% | 0.93% | - |
| XYZ | 16.72 | 7.03 | 80.6 | - |
| YUV | 48.43 | 234.42 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 237 | 0.79 | 0.95 | 0 | 0.07 | 250.35 | 0.91 | 0.49 |
| Hex | 32 | B | ED | 4F | 5F | 0 | 7 | FA | 5B | 31 |
| Octal | 62 | 13 | 355 | 117 | 137 | 0 | 7 | 372 | 133 | 61 |
| Binary | 110010 | 1011 | 11101101 | 1001111 | 1011111 | 0 | 111 | 11111010 | 1011011 | 110001 |
Color Harmonies of #320BED
Complementary color
Monochromatic Colors of #320BED
Black with #320BED
Text Example
Text Example
White with #320BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BED; }
p { color: rgb(50,11,237); }
H1.HeaderClassName
{
color: #320BED;
}
.AnyTagClassName
{
color: #320BED;
}
</style>
background-color css
<style>
a { background-color: #320BED; }
a { background-color: rgb(50,11,237); }
div.DivClassName
{
background-color: #320BED;
}
.BgClassName
{
background-color: #320BED;
}
</style>
border-color css
<style>
span { border-color: #320BED; }
span { border-color: rgb(50,11,237); }
td.TdClassName
{
border-color: #320BED;
}
.TagClassName
{
border-color: #320BED;
}
</style>