Shades of Han Purple #5003F2
Tints of Han Purple #5003F2
RGB
CMYK
RGB Variations
Color information
#5003F2 (or 0x5003F2) is known color: Han Purple. HEX triplet: 50, 03 and F2. RGB value is (80,3,242). Sum of RGB (Red+Green+Blue) = 80+3+242=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #5003F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003F2 is #AFFC0D. Grayscale: #343434. Windows color (decimal): -11533326 or 15860560. OLE color: 15860560.
HSL color Cylindrical-coordinate representation of color #5003F2: hue angle of 259.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003F2 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 3 | 242 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.05 |
| HSL | 259.33º | 0.98% | 0.48% | - |
| HSV(B) | 259.33º | 0.99% | 0.95% | - |
| XYZ | 19.37 | 8.18 | 84.56 | - |
| YUV | 53.27 | 234.51 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 242 | 0.67 | 0.99 | 0 | 0.05 | 259.33 | 0.98 | 0.48 |
| Hex | 50 | 3 | F2 | 43 | 63 | 0 | 5 | 103 | 62 | 30 |
| Octal | 120 | 3 | 362 | 103 | 143 | 0 | 5 | 403 | 142 | 60 |
| Binary | 1010000 | 11 | 11110010 | 1000011 | 1100011 | 0 | 101 | 100000011 | 1100010 | 110000 |
Color Harmonies of #5003F2
Complementary color
Monochromatic Colors of #5003F2
Black with #5003F2
Text Example
Text Example
White with #5003F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003F2; }
p { color: rgb(80,3,242); }
H1.HeaderClassName
{
color: #5003F2;
}
.AnyTagClassName
{
color: #5003F2;
}
</style>
background-color css
<style>
a { background-color: #5003F2; }
a { background-color: rgb(80,3,242); }
div.DivClassName
{
background-color: #5003F2;
}
.BgClassName
{
background-color: #5003F2;
}
</style>
border-color css
<style>
span { border-color: #5003F2; }
span { border-color: rgb(80,3,242); }
td.TdClassName
{
border-color: #5003F2;
}
.TagClassName
{
border-color: #5003F2;
}
</style>