Shades of Han Purple #500CF9
Tints of Han Purple #500CF9
RGB
CMYK
RGB Variations
Color information
#500CF9 (or 0x500CF9) is known color: Han Purple. HEX triplet: 50, 0C and F9. RGB value is (80,12,249). Sum of RGB (Red+Green+Blue) = 80+12+249=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #500CF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CF9 is #AFF306. Grayscale: #3A3A3A. Windows color (decimal): -11531015 or 16321616. OLE color: 16321616.
HSL color Cylindrical-coordinate representation of color #500CF9: hue angle of 257.22º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CF9 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 12 | 249 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.02 |
| HSL | 257.22º | 0.95% | 0.51% | - |
| HSV(B) | 257.22º | 0.95% | 0.98% | - |
| XYZ | 20.54 | 8.81 | 90.24 | - |
| YUV | 59.35 | 235.03 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 249 | 0.68 | 0.95 | 0 | 0.02 | 257.22 | 0.95 | 0.51 |
| Hex | 50 | C | F9 | 44 | 5F | 0 | 2 | 101 | 5F | 33 |
| Octal | 120 | 14 | 371 | 104 | 137 | 0 | 2 | 401 | 137 | 63 |
| Binary | 1010000 | 1100 | 11111001 | 1000100 | 1011111 | 0 | 10 | 100000001 | 1011111 | 110011 |
Color Harmonies of #500CF9
Complementary color
Monochromatic Colors of #500CF9
Black with #500CF9
Text Example
Text Example
White with #500CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CF9; }
p { color: rgb(80,12,249); }
H1.HeaderClassName
{
color: #500CF9;
}
.AnyTagClassName
{
color: #500CF9;
}
</style>
background-color css
<style>
a { background-color: #500CF9; }
a { background-color: rgb(80,12,249); }
div.DivClassName
{
background-color: #500CF9;
}
.BgClassName
{
background-color: #500CF9;
}
</style>
border-color css
<style>
span { border-color: #500CF9; }
span { border-color: rgb(80,12,249); }
td.TdClassName
{
border-color: #500CF9;
}
.TagClassName
{
border-color: #500CF9;
}
</style>