Shades of Han Purple #5312DE
Tints of Han Purple #5312DE
RGB
CMYK
RGB Variations
Color information
#5312DE (or 0x5312DE) is known color: Han Purple. HEX triplet: 53, 12 and DE. RGB value is (83,18,222). Sum of RGB (Red+Green+Blue) = 83+18+222=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #5312DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312DE is #ACED21. Grayscale: #3B3B3B. Windows color (decimal): -11332898 or 14553683. OLE color: 14553683.
HSL color Cylindrical-coordinate representation of color #5312DE: hue angle of 259.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5312DE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 18 | 222 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.13 |
| HSL | 259.12º | 0.85% | 0.47% | - |
| HSV(B) | 259.12º | 0.92% | 0.87% | - |
| XYZ | 16.97 | 7.55 | 69.67 | - |
| YUV | 60.69 | 219.03 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 222 | 0.63 | 0.92 | 0 | 0.13 | 259.12 | 0.85 | 0.47 |
| Hex | 53 | 12 | DE | 3F | 5C | 0 | D | 103 | 55 | 2F |
| Octal | 123 | 22 | 336 | 77 | 134 | 0 | 15 | 403 | 125 | 57 |
| Binary | 1010011 | 10010 | 11011110 | 111111 | 1011100 | 0 | 1101 | 100000011 | 1010101 | 101111 |
Color Harmonies of #5312DE
Complementary color
Monochromatic Colors of #5312DE
Black with #5312DE
Text Example
Text Example
White with #5312DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312DE; }
p { color: rgb(83,18,222); }
H1.HeaderClassName
{
color: #5312DE;
}
.AnyTagClassName
{
color: #5312DE;
}
</style>
background-color css
<style>
a { background-color: #5312DE; }
a { background-color: rgb(83,18,222); }
div.DivClassName
{
background-color: #5312DE;
}
.BgClassName
{
background-color: #5312DE;
}
</style>
border-color css
<style>
span { border-color: #5312DE; }
span { border-color: rgb(83,18,222); }
td.TdClassName
{
border-color: #5312DE;
}
.TagClassName
{
border-color: #5312DE;
}
</style>