Shades of Han Purple #5003CF
Tints of Han Purple #5003CF
RGB
CMYK
RGB Variations
Color information
#5003CF (or 0x5003CF) is known color: Han Purple. HEX triplet: 50, 03 and CF. RGB value is (80,3,207). Sum of RGB (Red+Green+Blue) = 80+3+207=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #5003CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003CF is #AFFC30. Grayscale: #303030. Windows color (decimal): -11533361 or 13566800. OLE color: 13566800.
HSL color Cylindrical-coordinate representation of color #5003CF: hue angle of 262.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003CF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 3 | 207 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.19 |
| HSL | 262.65º | 0.97% | 0.41% | - |
| HSV(B) | 262.65º | 0.99% | 0.81% | - |
| XYZ | 14.6 | 6.28 | 59.47 | - |
| YUV | 49.28 | 217.01 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 207 | 0.61 | 0.99 | 0 | 0.19 | 262.65 | 0.97 | 0.41 |
| Hex | 50 | 3 | CF | 3D | 63 | 0 | 13 | 107 | 61 | 29 |
| Octal | 120 | 3 | 317 | 75 | 143 | 0 | 23 | 407 | 141 | 51 |
| Binary | 1010000 | 11 | 11001111 | 111101 | 1100011 | 0 | 10011 | 100000111 | 1100001 | 101001 |
Color Harmonies of #5003CF
Complementary color
Monochromatic Colors of #5003CF
Black with #5003CF
Text Example
Text Example
White with #5003CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003CF; }
p { color: rgb(80,3,207); }
H1.HeaderClassName
{
color: #5003CF;
}
.AnyTagClassName
{
color: #5003CF;
}
</style>
background-color css
<style>
a { background-color: #5003CF; }
a { background-color: rgb(80,3,207); }
div.DivClassName
{
background-color: #5003CF;
}
.BgClassName
{
background-color: #5003CF;
}
</style>
border-color css
<style>
span { border-color: #5003CF; }
span { border-color: rgb(80,3,207); }
td.TdClassName
{
border-color: #5003CF;
}
.TagClassName
{
border-color: #5003CF;
}
</style>