Shades of Han Purple #5002CF
Tints of Han Purple #5002CF
RGB
CMYK
RGB Variations
Color information
#5002CF (or 0x5002CF) is known color: Han Purple. HEX triplet: 50, 02 and CF. RGB value is (80,2,207). Sum of RGB (Red+Green+Blue) = 80+2+207=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #5002CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5002CF is #AFFD30. Grayscale: #2F2F2F. Windows color (decimal): -11533617 or 13566544. OLE color: 13566544.
HSL color Cylindrical-coordinate representation of color #5002CF: hue angle of 262.83º degrees, saturation: 0.98, 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 #5002CF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 2 | 207 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.19 |
| HSL | 262.83º | 0.98% | 0.41% | - |
| HSV(B) | 262.83º | 0.99% | 0.81% | - |
| XYZ | 14.59 | 6.25 | 59.47 | - |
| YUV | 48.69 | 217.34 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 207 | 0.61 | 0.99 | 0 | 0.19 | 262.83 | 0.98 | 0.41 |
| Hex | 50 | 2 | CF | 3D | 63 | 0 | 13 | 107 | 62 | 29 |
| Octal | 120 | 2 | 317 | 75 | 143 | 0 | 23 | 407 | 142 | 51 |
| Binary | 1010000 | 10 | 11001111 | 111101 | 1100011 | 0 | 10011 | 100000111 | 1100010 | 101001 |
Color Harmonies of #5002CF
Complementary color
Monochromatic Colors of #5002CF
Black with #5002CF
Text Example
Text Example
White with #5002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5002CF; }
p { color: rgb(80,2,207); }
H1.HeaderClassName
{
color: #5002CF;
}
.AnyTagClassName
{
color: #5002CF;
}
</style>
background-color css
<style>
a { background-color: #5002CF; }
a { background-color: rgb(80,2,207); }
div.DivClassName
{
background-color: #5002CF;
}
.BgClassName
{
background-color: #5002CF;
}
</style>
border-color css
<style>
span { border-color: #5002CF; }
span { border-color: rgb(80,2,207); }
td.TdClassName
{
border-color: #5002CF;
}
.TagClassName
{
border-color: #5002CF;
}
</style>