Shades of Han Purple #501FFC
Tints of Han Purple #501FFC
RGB
CMYK
RGB Variations
Color information
#501FFC (or 0x501FFC) is known color: Han Purple. HEX triplet: 50, 1F and FC. RGB value is (80,31,252). Sum of RGB (Red+Green+Blue) = 80+31+252=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #501FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501FFC is #AFE003. Grayscale: #464646. Windows color (decimal): -11526148 or 16523088. OLE color: 16523088.
HSL color Cylindrical-coordinate representation of color #501FFC: hue angle of 253.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501FFC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 31 | 252 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.01 |
| HSL | 253.3º | 0.97% | 0.55% | - |
| HSV(B) | 253.3º | 0.88% | 0.99% | - |
| XYZ | 21.37 | 9.71 | 92.84 | - |
| YUV | 70.85 | 230.23 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 252 | 0.68 | 0.88 | 0 | 0.01 | 253.3 | 0.97 | 0.55 |
| Hex | 50 | 1F | FC | 44 | 58 | 0 | 1 | FD | 61 | 37 |
| Octal | 120 | 37 | 374 | 104 | 130 | 0 | 1 | 375 | 141 | 67 |
| Binary | 1010000 | 11111 | 11111100 | 1000100 | 1011000 | 0 | 1 | 11111101 | 1100001 | 110111 |
Color Harmonies of #501FFC
Complementary color
Monochromatic Colors of #501FFC
Black with #501FFC
Text Example
Text Example
White with #501FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FFC; }
p { color: rgb(80,31,252); }
H1.HeaderClassName
{
color: #501FFC;
}
.AnyTagClassName
{
color: #501FFC;
}
</style>
background-color css
<style>
a { background-color: #501FFC; }
a { background-color: rgb(80,31,252); }
div.DivClassName
{
background-color: #501FFC;
}
.BgClassName
{
background-color: #501FFC;
}
</style>
border-color css
<style>
span { border-color: #501FFC; }
span { border-color: rgb(80,31,252); }
td.TdClassName
{
border-color: #501FFC;
}
.TagClassName
{
border-color: #501FFC;
}
</style>