Shades of Han Purple #5000D5
Tints of Han Purple #5000D5
RGB
CMYK
RGB Variations
Color information
#5000D5 (or 0x5000D5) is known color: Han Purple. HEX triplet: 50, 00 and D5. RGB value is (80,0,213). Sum of RGB (Red+Green+Blue) = 80+0+213=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #5000D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000D5 is #AFFF2A. Grayscale: #2F2F2F. Windows color (decimal): -11534123 or 13959248. OLE color: 13959248.
HSL color Cylindrical-coordinate representation of color #5000D5: hue angle of 262.54º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000D5 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 0 | 213 | - |
| CMYK | 0.62 | 1 | 0 | 0.16 |
| HSL | 262.54º | 1% | 0.42% | - |
| HSV(B) | 262.54º | 1% | 0.84% | - |
| XYZ | 15.32 | 6.51 | 63.4 | - |
| YUV | 48.2 | 221 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 213 | 0.62 | 1 | 0 | 0.16 | 262.54 | 1 | 0.42 |
| Hex | 50 | 0 | D5 | 3E | 64 | 0 | 10 | 107 | 64 | 2A |
| Octal | 120 | 0 | 325 | 76 | 144 | 0 | 20 | 407 | 144 | 52 |
| Binary | 1010000 | 0 | 11010101 | 111110 | 1100100 | 0 | 10000 | 100000111 | 1100100 | 101010 |
Color Harmonies of #5000D5
Complementary color
Monochromatic Colors of #5000D5
Black with #5000D5
Text Example
Text Example
White with #5000D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000D5; }
p { color: rgb(80,0,213); }
H1.HeaderClassName
{
color: #5000D5;
}
.AnyTagClassName
{
color: #5000D5;
}
</style>
background-color css
<style>
a { background-color: #5000D5; }
a { background-color: rgb(80,0,213); }
div.DivClassName
{
background-color: #5000D5;
}
.BgClassName
{
background-color: #5000D5;
}
</style>
border-color css
<style>
span { border-color: #5000D5; }
span { border-color: rgb(80,0,213); }
td.TdClassName
{
border-color: #5000D5;
}
.TagClassName
{
border-color: #5000D5;
}
</style>