Shades of Han Purple #320ADC
Tints of Han Purple #320ADC
RGB
CMYK
RGB Variations
Color information
#320ADC (or 0x320ADC) is known color: Han Purple. HEX triplet: 32, 0A and DC. RGB value is (50,10,220). Sum of RGB (Red+Green+Blue) = 50+10+220=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #320ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ADC is #CDF523. Grayscale: #2D2D2D. Windows color (decimal): -13497636 or 14420530. OLE color: 14420530.
HSL color Cylindrical-coordinate representation of color #320ADC: hue angle of 251.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320ADC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 10 | 220 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.14 |
| HSL | 251.43º | 0.91% | 0.45% | - |
| HSV(B) | 251.43º | 0.95% | 0.86% | - |
| XYZ | 14.34 | 6.06 | 68.12 | - |
| YUV | 45.9 | 226.25 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 220 | 0.77 | 0.95 | 0 | 0.14 | 251.43 | 0.91 | 0.45 |
| Hex | 32 | A | DC | 4D | 5F | 0 | E | FB | 5B | 2D |
| Octal | 62 | 12 | 334 | 115 | 137 | 0 | 16 | 373 | 133 | 55 |
| Binary | 110010 | 1010 | 11011100 | 1001101 | 1011111 | 0 | 1110 | 11111011 | 1011011 | 101101 |
Color Harmonies of #320ADC
Complementary color
Monochromatic Colors of #320ADC
Black with #320ADC
Text Example
Text Example
White with #320ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320ADC; }
p { color: rgb(50,10,220); }
H1.HeaderClassName
{
color: #320ADC;
}
.AnyTagClassName
{
color: #320ADC;
}
</style>
background-color css
<style>
a { background-color: #320ADC; }
a { background-color: rgb(50,10,220); }
div.DivClassName
{
background-color: #320ADC;
}
.BgClassName
{
background-color: #320ADC;
}
</style>
border-color css
<style>
span { border-color: #320ADC; }
span { border-color: rgb(50,10,220); }
td.TdClassName
{
border-color: #320ADC;
}
.TagClassName
{
border-color: #320ADC;
}
</style>