Shades of Han Purple #502FEE
Tints of Han Purple #502FEE
RGB
CMYK
RGB Variations
Color information
#502FEE (or 0x502FEE) is known color: Han Purple. HEX triplet: 50, 2F and EE. RGB value is (80,47,238). Sum of RGB (Red+Green+Blue) = 80+47+238=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #502FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502FEE is #AFD011. Grayscale: #4D4D4D. Windows color (decimal): -11522066 or 15609680. OLE color: 15609680.
HSL color Cylindrical-coordinate representation of color #502FEE: hue angle of 250.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502FEE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 47 | 238 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.07 |
| HSL | 250.37º | 0.85% | 0.56% | - |
| HSV(B) | 250.37º | 0.8% | 0.93% | - |
| XYZ | 19.76 | 9.91 | 81.76 | - |
| YUV | 78.64 | 217.93 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 238 | 0.66 | 0.80 | 0 | 0.07 | 250.37 | 0.85 | 0.56 |
| Hex | 50 | 2F | EE | 42 | 50 | 0 | 7 | FA | 55 | 38 |
| Octal | 120 | 57 | 356 | 102 | 120 | 0 | 7 | 372 | 125 | 70 |
| Binary | 1010000 | 101111 | 11101110 | 1000010 | 1010000 | 0 | 111 | 11111010 | 1010101 | 111000 |
Color Harmonies of #502FEE
Complementary color
Monochromatic Colors of #502FEE
Black with #502FEE
Text Example
Text Example
White with #502FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FEE; }
p { color: rgb(80,47,238); }
H1.HeaderClassName
{
color: #502FEE;
}
.AnyTagClassName
{
color: #502FEE;
}
</style>
background-color css
<style>
a { background-color: #502FEE; }
a { background-color: rgb(80,47,238); }
div.DivClassName
{
background-color: #502FEE;
}
.BgClassName
{
background-color: #502FEE;
}
</style>
border-color css
<style>
span { border-color: #502FEE; }
span { border-color: rgb(80,47,238); }
td.TdClassName
{
border-color: #502FEE;
}
.TagClassName
{
border-color: #502FEE;
}
</style>