Shades of Han Purple #501CDA
Tints of Han Purple #501CDA
RGB
CMYK
RGB Variations
Color information
#501CDA (or 0x501CDA) is known color: Han Purple. HEX triplet: 50, 1C and DA. RGB value is (80,28,218). Sum of RGB (Red+Green+Blue) = 80+28+218=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #501CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CDA is #AFE325. Grayscale: #404040. Windows color (decimal): -11526950 or 14294096. OLE color: 14294096.
HSL color Cylindrical-coordinate representation of color #501CDA: hue angle of 256.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501CDA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 28 | 218 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.15 |
| HSL | 256.42º | 0.77% | 0.48% | - |
| HSV(B) | 256.42º | 0.87% | 0.85% | - |
| XYZ | 16.38 | 7.6 | 66.93 | - |
| YUV | 65.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 218 | 0.63 | 0.87 | 0 | 0.15 | 256.42 | 0.77 | 0.48 |
| Hex | 50 | 1C | DA | 3F | 57 | 0 | F | 100 | 4D | 30 |
| Octal | 120 | 34 | 332 | 77 | 127 | 0 | 17 | 400 | 115 | 60 |
| Binary | 1010000 | 11100 | 11011010 | 111111 | 1010111 | 0 | 1111 | 100000000 | 1001101 | 110000 |
Color Harmonies of #501CDA
Complementary color
Monochromatic Colors of #501CDA
Black with #501CDA
Text Example
Text Example
White with #501CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CDA; }
p { color: rgb(80,28,218); }
H1.HeaderClassName
{
color: #501CDA;
}
.AnyTagClassName
{
color: #501CDA;
}
</style>
background-color css
<style>
a { background-color: #501CDA; }
a { background-color: rgb(80,28,218); }
div.DivClassName
{
background-color: #501CDA;
}
.BgClassName
{
background-color: #501CDA;
}
</style>
border-color css
<style>
span { border-color: #501CDA; }
span { border-color: rgb(80,28,218); }
td.TdClassName
{
border-color: #501CDA;
}
.TagClassName
{
border-color: #501CDA;
}
</style>