Shades of Han Purple #5100CF
Tints of Han Purple #5100CF
RGB
CMYK
RGB Variations
Color information
#5100CF (or 0x5100CF) is known color: Han Purple. HEX triplet: 51, 00 and CF. RGB value is (81,0,207). Sum of RGB (Red+Green+Blue) = 81+0+207=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #5100CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5100CF is #AEFF30. Grayscale: #2F2F2F. Windows color (decimal): -11468593 or 13566033. OLE color: 13566033.
HSL color Cylindrical-coordinate representation of color #5100CF: hue angle of 263.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100CF is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 0 | 207 | - |
| CMYK | 0.61 | 1 | 0 | 0.19 |
| HSL | 263.48º | 1% | 0.41% | - |
| HSV(B) | 263.48º | 1% | 0.81% | - |
| XYZ | 14.66 | 6.25 | 59.47 | - |
| YUV | 47.82 | 217.84 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 207 | 0.61 | 1 | 0 | 0.19 | 263.48 | 1 | 0.41 |
| Hex | 51 | 0 | CF | 3D | 64 | 0 | 13 | 107 | 64 | 29 |
| Octal | 121 | 0 | 317 | 75 | 144 | 0 | 23 | 407 | 144 | 51 |
| Binary | 1010001 | 0 | 11001111 | 111101 | 1100100 | 0 | 10011 | 100000111 | 1100100 | 101001 |
Color Harmonies of #5100CF
Complementary color
Monochromatic Colors of #5100CF
Black with #5100CF
Text Example
Text Example
White with #5100CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100CF; }
p { color: rgb(81,0,207); }
H1.HeaderClassName
{
color: #5100CF;
}
.AnyTagClassName
{
color: #5100CF;
}
</style>
background-color css
<style>
a { background-color: #5100CF; }
a { background-color: rgb(81,0,207); }
div.DivClassName
{
background-color: #5100CF;
}
.BgClassName
{
background-color: #5100CF;
}
</style>
border-color css
<style>
span { border-color: #5100CF; }
span { border-color: rgb(81,0,207); }
td.TdClassName
{
border-color: #5100CF;
}
.TagClassName
{
border-color: #5100CF;
}
</style>