Shades of Han Purple #5812DA
Tints of Han Purple #5812DA
RGB
CMYK
RGB Variations
Color information
#5812DA (or 0x5812DA) is known color: Han Purple. HEX triplet: 58, 12 and DA. RGB value is (88,18,218). Sum of RGB (Red+Green+Blue) = 88+18+218=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #5812DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5812DA is #A7ED25. Grayscale: #3D3D3D. Windows color (decimal): -11005222 or 14291544. OLE color: 14291544.
HSL color Cylindrical-coordinate representation of color #5812DA: hue angle of 261º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5812DA is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 18 | 218 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.15 |
| HSL | 261º | 0.85% | 0.46% | - |
| HSV(B) | 261º | 0.92% | 0.85% | - |
| XYZ | 16.9 | 7.57 | 66.9 | - |
| YUV | 61.73 | 216.19 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 218 | 0.60 | 0.92 | 0 | 0.15 | 261 | 0.85 | 0.46 |
| Hex | 58 | 12 | DA | 3C | 5C | 0 | F | 105 | 55 | 2E |
| Octal | 130 | 22 | 332 | 74 | 134 | 0 | 17 | 405 | 125 | 56 |
| Binary | 1011000 | 10010 | 11011010 | 111100 | 1011100 | 0 | 1111 | 100000101 | 1010101 | 101110 |
Color Harmonies of #5812DA
Complementary color
Monochromatic Colors of #5812DA
Black with #5812DA
Text Example
Text Example
White with #5812DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812DA; }
p { color: rgb(88,18,218); }
H1.HeaderClassName
{
color: #5812DA;
}
.AnyTagClassName
{
color: #5812DA;
}
</style>
background-color css
<style>
a { background-color: #5812DA; }
a { background-color: rgb(88,18,218); }
div.DivClassName
{
background-color: #5812DA;
}
.BgClassName
{
background-color: #5812DA;
}
</style>
border-color css
<style>
span { border-color: #5812DA; }
span { border-color: rgb(88,18,218); }
td.TdClassName
{
border-color: #5812DA;
}
.TagClassName
{
border-color: #5812DA;
}
</style>