Shades of Han Purple #5325DD
Tints of Han Purple #5325DD
RGB
CMYK
RGB Variations
Color information
#5325DD (or 0x5325DD) is known color: Han Purple. HEX triplet: 53, 25 and DD. RGB value is (83,37,221). Sum of RGB (Red+Green+Blue) = 83+37+221=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #5325DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325DD is #ACDA22. Grayscale: #474747. Windows color (decimal): -11328035 or 14493011. OLE color: 14493011.
HSL color Cylindrical-coordinate representation of color #5325DD: hue angle of 255º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5325DD is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 37 | 221 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.13 |
| HSL | 255º | 0.73% | 0.51% | - |
| HSV(B) | 255º | 0.83% | 0.87% | - |
| XYZ | 17.28 | 8.38 | 69.11 | - |
| YUV | 71.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 221 | 0.62 | 0.83 | 0 | 0.13 | 255 | 0.73 | 0.51 |
| Hex | 53 | 25 | DD | 3E | 53 | 0 | D | FF | 49 | 33 |
| Octal | 123 | 45 | 335 | 76 | 123 | 0 | 15 | 377 | 111 | 63 |
| Binary | 1010011 | 100101 | 11011101 | 111110 | 1010011 | 0 | 1101 | 11111111 | 1001001 | 110011 |
Color Harmonies of #5325DD
Complementary color
Monochromatic Colors of #5325DD
Black with #5325DD
Text Example
Text Example
White with #5325DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325DD; }
p { color: rgb(83,37,221); }
H1.HeaderClassName
{
color: #5325DD;
}
.AnyTagClassName
{
color: #5325DD;
}
</style>
background-color css
<style>
a { background-color: #5325DD; }
a { background-color: rgb(83,37,221); }
div.DivClassName
{
background-color: #5325DD;
}
.BgClassName
{
background-color: #5325DD;
}
</style>
border-color css
<style>
span { border-color: #5325DD; }
span { border-color: rgb(83,37,221); }
td.TdClassName
{
border-color: #5325DD;
}
.TagClassName
{
border-color: #5325DD;
}
</style>