Shades of Han Purple #5125DC
Tints of Han Purple #5125DC
RGB
CMYK
RGB Variations
Color information
#5125DC (or 0x5125DC) is known color: Han Purple. HEX triplet: 51, 25 and DC. RGB value is (81,37,220). Sum of RGB (Red+Green+Blue) = 81+37+220=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #5125DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5125DC is #AEDA23. Grayscale: #464646. Windows color (decimal): -11459108 or 14427473. OLE color: 14427473.
HSL color Cylindrical-coordinate representation of color #5125DC: hue angle of 254.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5125DC is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 37 | 220 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.14 |
| HSL | 254.43º | 0.72% | 0.5% | - |
| HSV(B) | 254.43º | 0.83% | 0.86% | - |
| XYZ | 16.97 | 8.24 | 68.41 | - |
| YUV | 71.02 | 212.08 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 220 | 0.63 | 0.83 | 0 | 0.14 | 254.43 | 0.72 | 0.5 |
| Hex | 51 | 25 | DC | 3F | 53 | 0 | E | FE | 48 | 32 |
| Octal | 121 | 45 | 334 | 77 | 123 | 0 | 16 | 376 | 110 | 62 |
| Binary | 1010001 | 100101 | 11011100 | 111111 | 1010011 | 0 | 1110 | 11111110 | 1001000 | 110010 |
Color Harmonies of #5125DC
Complementary color
Monochromatic Colors of #5125DC
Black with #5125DC
Text Example
Text Example
White with #5125DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5125DC; }
p { color: rgb(81,37,220); }
H1.HeaderClassName
{
color: #5125DC;
}
.AnyTagClassName
{
color: #5125DC;
}
</style>
background-color css
<style>
a { background-color: #5125DC; }
a { background-color: rgb(81,37,220); }
div.DivClassName
{
background-color: #5125DC;
}
.BgClassName
{
background-color: #5125DC;
}
</style>
border-color css
<style>
span { border-color: #5125DC; }
span { border-color: rgb(81,37,220); }
td.TdClassName
{
border-color: #5125DC;
}
.TagClassName
{
border-color: #5125DC;
}
</style>