Shades of Han Purple #501DF3
Tints of Han Purple #501DF3
RGB
CMYK
RGB Variations
Color information
#501DF3 (or 0x501DF3) is known color: Han Purple. HEX triplet: 50, 1D and F3. RGB value is (80,29,243). Sum of RGB (Red+Green+Blue) = 80+29+243=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 243 (95.31% from 255 or 69.03% from 352); Max value from RGB is 243 - color contains mainly: blue. Hex color #501DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DF3 is #AFE20C. Grayscale: #434343. Windows color (decimal): -11526669 or 15932752. OLE color: 15932752.
HSL color Cylindrical-coordinate representation of color #501DF3: hue angle of 254.3º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DF3 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 29 | 243 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.05 |
| HSL | 254.3º | 0.9% | 0.53% | - |
| HSV(B) | 254.3º | 0.88% | 0.95% | - |
| XYZ | 19.93 | 9.06 | 85.49 | - |
| YUV | 68.65 | 226.4 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 243 | 0.67 | 0.88 | 0 | 0.05 | 254.3 | 0.9 | 0.53 |
| Hex | 50 | 1D | F3 | 43 | 58 | 0 | 5 | FE | 5A | 35 |
| Octal | 120 | 35 | 363 | 103 | 130 | 0 | 5 | 376 | 132 | 65 |
| Binary | 1010000 | 11101 | 11110011 | 1000011 | 1011000 | 0 | 101 | 11111110 | 1011010 | 110101 |
Color Harmonies of #501DF3
Complementary color
Monochromatic Colors of #501DF3
Black with #501DF3
Text Example
Text Example
White with #501DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DF3; }
p { color: rgb(80,29,243); }
H1.HeaderClassName
{
color: #501DF3;
}
.AnyTagClassName
{
color: #501DF3;
}
</style>
background-color css
<style>
a { background-color: #501DF3; }
a { background-color: rgb(80,29,243); }
div.DivClassName
{
background-color: #501DF3;
}
.BgClassName
{
background-color: #501DF3;
}
</style>
border-color css
<style>
span { border-color: #501DF3; }
span { border-color: rgb(80,29,243); }
td.TdClassName
{
border-color: #501DF3;
}
.TagClassName
{
border-color: #501DF3;
}
</style>