Shades of Han Purple #5002FD
Tints of Han Purple #5002FD
RGB
CMYK
RGB Variations
Color information
#5002FD (or 0x5002FD) is known color: Han Purple. HEX triplet: 50, 02 and FD. RGB value is (80,2,253). Sum of RGB (Red+Green+Blue) = 80+2+253=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #5002FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5002FD is #AFFD02. Grayscale: #353535. Windows color (decimal): -11533571 or 16581200. OLE color: 16581200.
HSL color Cylindrical-coordinate representation of color #5002FD: hue angle of 258.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5002FD is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 2 | 253 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.01 |
| HSL | 258.65º | 0.98% | 0.5% | - |
| HSV(B) | 258.65º | 0.99% | 0.99% | - |
| XYZ | 21.06 | 8.84 | 93.52 | - |
| YUV | 53.94 | 240.34 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 253 | 0.68 | 0.99 | 0 | 0.01 | 258.65 | 0.98 | 0.5 |
| Hex | 50 | 2 | FD | 44 | 63 | 0 | 1 | 103 | 62 | 32 |
| Octal | 120 | 2 | 375 | 104 | 143 | 0 | 1 | 403 | 142 | 62 |
| Binary | 1010000 | 10 | 11111101 | 1000100 | 1100011 | 0 | 1 | 100000011 | 1100010 | 110010 |
Color Harmonies of #5002FD
Complementary color
Monochromatic Colors of #5002FD
Black with #5002FD
Text Example
Text Example
White with #5002FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5002FD; }
p { color: rgb(80,2,253); }
H1.HeaderClassName
{
color: #5002FD;
}
.AnyTagClassName
{
color: #5002FD;
}
</style>
background-color css
<style>
a { background-color: #5002FD; }
a { background-color: rgb(80,2,253); }
div.DivClassName
{
background-color: #5002FD;
}
.BgClassName
{
background-color: #5002FD;
}
</style>
border-color css
<style>
span { border-color: #5002FD; }
span { border-color: rgb(80,2,253); }
td.TdClassName
{
border-color: #5002FD;
}
.TagClassName
{
border-color: #5002FD;
}
</style>