Shades of Han Purple #500DF2
Tints of Han Purple #500DF2
RGB
CMYK
RGB Variations
Color information
#500DF2 (or 0x500DF2) is known color: Han Purple. HEX triplet: 50, 0D and F2. RGB value is (80,13,242). Sum of RGB (Red+Green+Blue) = 80+13+242=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #500DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DF2 is #AFF20D. Grayscale: #3A3A3A. Windows color (decimal): -11530766 or 15863120. OLE color: 15863120.
HSL color Cylindrical-coordinate representation of color #500DF2: hue angle of 257.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500DF2 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 13 | 242 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.05 |
| HSL | 257.55º | 0.9% | 0.5% | - |
| HSV(B) | 257.55º | 0.95% | 0.95% | - |
| XYZ | 19.48 | 8.4 | 84.6 | - |
| YUV | 59.14 | 231.2 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 242 | 0.67 | 0.95 | 0 | 0.05 | 257.55 | 0.9 | 0.5 |
| Hex | 50 | D | F2 | 43 | 5F | 0 | 5 | 102 | 5A | 32 |
| Octal | 120 | 15 | 362 | 103 | 137 | 0 | 5 | 402 | 132 | 62 |
| Binary | 1010000 | 1101 | 11110010 | 1000011 | 1011111 | 0 | 101 | 100000010 | 1011010 | 110010 |
Color Harmonies of #500DF2
Complementary color
Monochromatic Colors of #500DF2
Black with #500DF2
Text Example
Text Example
White with #500DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DF2; }
p { color: rgb(80,13,242); }
H1.HeaderClassName
{
color: #500DF2;
}
.AnyTagClassName
{
color: #500DF2;
}
</style>
background-color css
<style>
a { background-color: #500DF2; }
a { background-color: rgb(80,13,242); }
div.DivClassName
{
background-color: #500DF2;
}
.BgClassName
{
background-color: #500DF2;
}
</style>
border-color css
<style>
span { border-color: #500DF2; }
span { border-color: rgb(80,13,242); }
td.TdClassName
{
border-color: #500DF2;
}
.TagClassName
{
border-color: #500DF2;
}
</style>