Shades of Han Purple #502DF5
Tints of Han Purple #502DF5
RGB
CMYK
RGB Variations
Color information
#502DF5 (or 0x502DF5) is known color: Han Purple. HEX triplet: 50, 2D and F5. RGB value is (80,45,245). Sum of RGB (Red+Green+Blue) = 80+45+245=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 245 (96.09% from 255 or 66.22% from 370); Max value from RGB is 245 - color contains mainly: blue. Hex color #502DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DF5 is #AFD20A. Grayscale: #4D4D4D. Windows color (decimal): -11522571 or 16067920. OLE color: 16067920.
HSL color Cylindrical-coordinate representation of color #502DF5: hue angle of 250.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502DF5 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 45 | 245 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.04 |
| HSL | 250.5º | 0.91% | 0.57% | - |
| HSV(B) | 250.5º | 0.82% | 0.96% | - |
| XYZ | 20.73 | 10.17 | 87.26 | - |
| YUV | 78.27 | 222.1 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 245 | 0.67 | 0.82 | 0 | 0.04 | 250.5 | 0.91 | 0.57 |
| Hex | 50 | 2D | F5 | 43 | 52 | 0 | 4 | FB | 5B | 39 |
| Octal | 120 | 55 | 365 | 103 | 122 | 0 | 4 | 373 | 133 | 71 |
| Binary | 1010000 | 101101 | 11110101 | 1000011 | 1010010 | 0 | 100 | 11111011 | 1011011 | 111001 |
Color Harmonies of #502DF5
Complementary color
Monochromatic Colors of #502DF5
Black with #502DF5
Text Example
Text Example
White with #502DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DF5; }
p { color: rgb(80,45,245); }
H1.HeaderClassName
{
color: #502DF5;
}
.AnyTagClassName
{
color: #502DF5;
}
</style>
background-color css
<style>
a { background-color: #502DF5; }
a { background-color: rgb(80,45,245); }
div.DivClassName
{
background-color: #502DF5;
}
.BgClassName
{
background-color: #502DF5;
}
</style>
border-color css
<style>
span { border-color: #502DF5; }
span { border-color: rgb(80,45,245); }
td.TdClassName
{
border-color: #502DF5;
}
.TagClassName
{
border-color: #502DF5;
}
</style>