Shades of Han Purple #531CDC
Tints of Han Purple #531CDC
RGB
CMYK
RGB Variations
Color information
#531CDC (or 0x531CDC) is known color: Han Purple. HEX triplet: 53, 1C and DC. RGB value is (83,28,220). Sum of RGB (Red+Green+Blue) = 83+28+220=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #531CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CDC is #ACE323. Grayscale: #414141. Windows color (decimal): -11330340 or 14425171. OLE color: 14425171.
HSL color Cylindrical-coordinate representation of color #531CDC: hue angle of 257.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531CDC is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 28 | 220 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.14 |
| HSL | 257.19º | 0.77% | 0.49% | - |
| HSV(B) | 257.19º | 0.87% | 0.86% | - |
| XYZ | 16.9 | 7.84 | 68.33 | - |
| YUV | 66.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 220 | 0.62 | 0.87 | 0 | 0.14 | 257.19 | 0.77 | 0.49 |
| Hex | 53 | 1C | DC | 3E | 57 | 0 | E | 101 | 4D | 31 |
| Octal | 123 | 34 | 334 | 76 | 127 | 0 | 16 | 401 | 115 | 61 |
| Binary | 1010011 | 11100 | 11011100 | 111110 | 1010111 | 0 | 1110 | 100000001 | 1001101 | 110001 |
Color Harmonies of #531CDC
Complementary color
Monochromatic Colors of #531CDC
Black with #531CDC
Text Example
Text Example
White with #531CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CDC; }
p { color: rgb(83,28,220); }
H1.HeaderClassName
{
color: #531CDC;
}
.AnyTagClassName
{
color: #531CDC;
}
</style>
background-color css
<style>
a { background-color: #531CDC; }
a { background-color: rgb(83,28,220); }
div.DivClassName
{
background-color: #531CDC;
}
.BgClassName
{
background-color: #531CDC;
}
</style>
border-color css
<style>
span { border-color: #531CDC; }
span { border-color: rgb(83,28,220); }
td.TdClassName
{
border-color: #531CDC;
}
.TagClassName
{
border-color: #531CDC;
}
</style>