Shades of Han Purple #320CED
Tints of Han Purple #320CED
RGB
CMYK
RGB Variations
Color information
#320CED (or 0x320CED) is known color: Han Purple. HEX triplet: 32, 0C and ED. RGB value is (50,12,237). Sum of RGB (Red+Green+Blue) = 50+12+237=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #320CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CED is #CDF312. Grayscale: #303030. Windows color (decimal): -13497107 or 15535154. OLE color: 15535154.
HSL color Cylindrical-coordinate representation of color #320CED: hue angle of 250.13º degrees, saturation: 0.9, 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 #320CED is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 12 | 237 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.07 |
| HSL | 250.13º | 0.9% | 0.49% | - |
| HSV(B) | 250.13º | 0.95% | 0.93% | - |
| XYZ | 16.73 | 7.06 | 80.6 | - |
| YUV | 49.01 | 234.09 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 237 | 0.79 | 0.95 | 0 | 0.07 | 250.13 | 0.9 | 0.49 |
| Hex | 32 | C | ED | 4F | 5F | 0 | 7 | FA | 5A | 31 |
| Octal | 62 | 14 | 355 | 117 | 137 | 0 | 7 | 372 | 132 | 61 |
| Binary | 110010 | 1100 | 11101101 | 1001111 | 1011111 | 0 | 111 | 11111010 | 1011010 | 110001 |
Color Harmonies of #320CED
Complementary color
Monochromatic Colors of #320CED
Black with #320CED
Text Example
Text Example
White with #320CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CED; }
p { color: rgb(50,12,237); }
H1.HeaderClassName
{
color: #320CED;
}
.AnyTagClassName
{
color: #320CED;
}
</style>
background-color css
<style>
a { background-color: #320CED; }
a { background-color: rgb(50,12,237); }
div.DivClassName
{
background-color: #320CED;
}
.BgClassName
{
background-color: #320CED;
}
</style>
border-color css
<style>
span { border-color: #320CED; }
span { border-color: rgb(50,12,237); }
td.TdClassName
{
border-color: #320CED;
}
.TagClassName
{
border-color: #320CED;
}
</style>