Shades of Han Purple #5325DB
Tints of Han Purple #5325DB
RGB
CMYK
RGB Variations
Color information
#5325DB (or 0x5325DB) is known color: Han Purple. HEX triplet: 53, 25 and DB. RGB value is (83,37,219). Sum of RGB (Red+Green+Blue) = 83+37+219=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #5325DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325DB is #ACDA24. Grayscale: #464646. Windows color (decimal): -11328037 or 14361939. OLE color: 14361939.
HSL color Cylindrical-coordinate representation of color #5325DB: hue angle of 255.16º 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 #5325DB is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 37 | 219 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.14 |
| HSL | 255.16º | 0.72% | 0.5% | - |
| HSV(B) | 255.16º | 0.83% | 0.86% | - |
| XYZ | 17.02 | 8.28 | 67.72 | - |
| YUV | 71.5 | 211.24 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 219 | 0.62 | 0.83 | 0 | 0.14 | 255.16 | 0.72 | 0.5 |
| Hex | 53 | 25 | DB | 3E | 53 | 0 | E | FF | 48 | 32 |
| Octal | 123 | 45 | 333 | 76 | 123 | 0 | 16 | 377 | 110 | 62 |
| Binary | 1010011 | 100101 | 11011011 | 111110 | 1010011 | 0 | 1110 | 11111111 | 1001000 | 110010 |
Color Harmonies of #5325DB
Complementary color
Monochromatic Colors of #5325DB
Black with #5325DB
Text Example
Text Example
White with #5325DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325DB; }
p { color: rgb(83,37,219); }
H1.HeaderClassName
{
color: #5325DB;
}
.AnyTagClassName
{
color: #5325DB;
}
</style>
background-color css
<style>
a { background-color: #5325DB; }
a { background-color: rgb(83,37,219); }
div.DivClassName
{
background-color: #5325DB;
}
.BgClassName
{
background-color: #5325DB;
}
</style>
border-color css
<style>
span { border-color: #5325DB; }
span { border-color: rgb(83,37,219); }
td.TdClassName
{
border-color: #5325DB;
}
.TagClassName
{
border-color: #5325DB;
}
</style>