Shades of Han Purple #502FDF
Tints of Han Purple #502FDF
RGB
CMYK
RGB Variations
Color information
#502FDF (or 0x502FDF) is known color: Han Purple. HEX triplet: 50, 2F and DF. RGB value is (80,47,223). Sum of RGB (Red+Green+Blue) = 80+47+223=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #502FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FDF is #AFD020. Grayscale: #4C4C4C. Windows color (decimal): -11522081 or 14626640. OLE color: 14626640.
HSL color Cylindrical-coordinate representation of color #502FDF: hue angle of 251.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502FDF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 47 | 223 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.13 |
| HSL | 251.25º | 0.73% | 0.53% | - |
| HSV(B) | 251.25º | 0.79% | 0.87% | - |
| XYZ | 17.64 | 9.07 | 70.63 | - |
| YUV | 76.93 | 210.43 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 223 | 0.64 | 0.79 | 0 | 0.13 | 251.25 | 0.73 | 0.53 |
| Hex | 50 | 2F | DF | 40 | 4F | 0 | D | FB | 49 | 35 |
| Octal | 120 | 57 | 337 | 100 | 117 | 0 | 15 | 373 | 111 | 65 |
| Binary | 1010000 | 101111 | 11011111 | 1000000 | 1001111 | 0 | 1101 | 11111011 | 1001001 | 110101 |
Color Harmonies of #502FDF
Complementary color
Monochromatic Colors of #502FDF
Black with #502FDF
Text Example
Text Example
White with #502FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FDF; }
p { color: rgb(80,47,223); }
H1.HeaderClassName
{
color: #502FDF;
}
.AnyTagClassName
{
color: #502FDF;
}
</style>
background-color css
<style>
a { background-color: #502FDF; }
a { background-color: rgb(80,47,223); }
div.DivClassName
{
background-color: #502FDF;
}
.BgClassName
{
background-color: #502FDF;
}
</style>
border-color css
<style>
span { border-color: #502FDF; }
span { border-color: rgb(80,47,223); }
td.TdClassName
{
border-color: #502FDF;
}
.TagClassName
{
border-color: #502FDF;
}
</style>