Shades of Han Purple #521DDC
Tints of Han Purple #521DDC
RGB
CMYK
RGB Variations
Color information
#521DDC (or 0x521DDC) is known color: Han Purple. HEX triplet: 52, 1D and DC. RGB value is (82,29,220). Sum of RGB (Red+Green+Blue) = 82+29+220=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 29 (11.72% from 255 or 8.76% 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 #521DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DDC is #ADE223. Grayscale: #414141. Windows color (decimal): -11395620 or 14425426. OLE color: 14425426.
HSL color Cylindrical-coordinate representation of color #521DDC: hue angle of 256.65º 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 #521DDC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 29 | 220 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.14 |
| HSL | 256.65º | 0.77% | 0.49% | - |
| HSV(B) | 256.65º | 0.87% | 0.86% | - |
| XYZ | 16.84 | 7.84 | 68.34 | - |
| YUV | 66.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 220 | 0.63 | 0.87 | 0 | 0.14 | 256.65 | 0.77 | 0.49 |
| Hex | 52 | 1D | DC | 3F | 57 | 0 | E | 101 | 4D | 31 |
| Octal | 122 | 35 | 334 | 77 | 127 | 0 | 16 | 401 | 115 | 61 |
| Binary | 1010010 | 11101 | 11011100 | 111111 | 1010111 | 0 | 1110 | 100000001 | 1001101 | 110001 |
Color Harmonies of #521DDC
Complementary color
Monochromatic Colors of #521DDC
Black with #521DDC
Text Example
Text Example
White with #521DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DDC; }
p { color: rgb(82,29,220); }
H1.HeaderClassName
{
color: #521DDC;
}
.AnyTagClassName
{
color: #521DDC;
}
</style>
background-color css
<style>
a { background-color: #521DDC; }
a { background-color: rgb(82,29,220); }
div.DivClassName
{
background-color: #521DDC;
}
.BgClassName
{
background-color: #521DDC;
}
</style>
border-color css
<style>
span { border-color: #521DDC; }
span { border-color: rgb(82,29,220); }
td.TdClassName
{
border-color: #521DDC;
}
.TagClassName
{
border-color: #521DDC;
}
</style>