Shades of Han Purple #501CED
Tints of Han Purple #501CED
RGB
CMYK
RGB Variations
Color information
#501CED (or 0x501CED) is known color: Han Purple. HEX triplet: 50, 1C and ED. RGB value is (80,28,237). Sum of RGB (Red+Green+Blue) = 80+28+237=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #501CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CED is #AFE312. Grayscale: #424242. Windows color (decimal): -11526931 or 15539280. OLE color: 15539280.
HSL color Cylindrical-coordinate representation of color #501CED: hue angle of 254.93º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CED is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 28 | 237 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 254.93º | 0.85% | 0.52% | - |
| HSV(B) | 254.93º | 0.88% | 0.93% | - |
| XYZ | 19.01 | 8.65 | 80.79 | - |
| YUV | 67.37 | 223.73 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 237 | 0.66 | 0.88 | 0 | 0.07 | 254.93 | 0.85 | 0.52 |
| Hex | 50 | 1C | ED | 42 | 58 | 0 | 7 | FF | 55 | 34 |
| Octal | 120 | 34 | 355 | 102 | 130 | 0 | 7 | 377 | 125 | 64 |
| Binary | 1010000 | 11100 | 11101101 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010101 | 110100 |
Color Harmonies of #501CED
Complementary color
Monochromatic Colors of #501CED
Black with #501CED
Text Example
Text Example
White with #501CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CED; }
p { color: rgb(80,28,237); }
H1.HeaderClassName
{
color: #501CED;
}
.AnyTagClassName
{
color: #501CED;
}
</style>
background-color css
<style>
a { background-color: #501CED; }
a { background-color: rgb(80,28,237); }
div.DivClassName
{
background-color: #501CED;
}
.BgClassName
{
background-color: #501CED;
}
</style>
border-color css
<style>
span { border-color: #501CED; }
span { border-color: rgb(80,28,237); }
td.TdClassName
{
border-color: #501CED;
}
.TagClassName
{
border-color: #501CED;
}
</style>