Shades of Han Purple #502FF3
Tints of Han Purple #502FF3
RGB
CMYK
RGB Variations
Color information
#502FF3 (or 0x502FF3) is known color: Han Purple. HEX triplet: 50, 2F and F3. RGB value is (80,47,243). Sum of RGB (Red+Green+Blue) = 80+47+243=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #502FF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502FF3 is #AFD00C. Grayscale: #4E4E4E. Windows color (decimal): -11522061 or 15937360. OLE color: 15937360.
HSL color Cylindrical-coordinate representation of color #502FF3: hue angle of 250.1º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502FF3 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 47 | 243 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.05 |
| HSL | 250.1º | 0.89% | 0.57% | - |
| HSV(B) | 250.1º | 0.81% | 0.95% | - |
| XYZ | 20.5 | 10.21 | 85.68 | - |
| YUV | 79.21 | 220.43 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 243 | 0.67 | 0.81 | 0 | 0.05 | 250.1 | 0.89 | 0.57 |
| Hex | 50 | 2F | F3 | 43 | 51 | 0 | 5 | FA | 59 | 39 |
| Octal | 120 | 57 | 363 | 103 | 121 | 0 | 5 | 372 | 131 | 71 |
| Binary | 1010000 | 101111 | 11110011 | 1000011 | 1010001 | 0 | 101 | 11111010 | 1011001 | 111001 |
Color Harmonies of #502FF3
Complementary color
Monochromatic Colors of #502FF3
Black with #502FF3
Text Example
Text Example
White with #502FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FF3; }
p { color: rgb(80,47,243); }
H1.HeaderClassName
{
color: #502FF3;
}
.AnyTagClassName
{
color: #502FF3;
}
</style>
background-color css
<style>
a { background-color: #502FF3; }
a { background-color: rgb(80,47,243); }
div.DivClassName
{
background-color: #502FF3;
}
.BgClassName
{
background-color: #502FF3;
}
</style>
border-color css
<style>
span { border-color: #502FF3; }
span { border-color: rgb(80,47,243); }
td.TdClassName
{
border-color: #502FF3;
}
.TagClassName
{
border-color: #502FF3;
}
</style>