Shades of Han Purple #5300DD
Tints of Han Purple #5300DD
RGB
CMYK
RGB Variations
Color information
#5300DD (or 0x5300DD) is known color: Han Purple. HEX triplet: 53, 00 and DD. RGB value is (83,0,221). Sum of RGB (Red+Green+Blue) = 83+0+221=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #5300DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300DD is #ACFF22. Grayscale: #313131. Windows color (decimal): -11337507 or 14483539. OLE color: 14483539.
HSL color Cylindrical-coordinate representation of color #5300DD: hue angle of 262.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300DD is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 0 | 221 | - |
| CMYK | 0.62 | 1 | 0 | 0.13 |
| HSL | 262.53º | 1% | 0.43% | - |
| HSV(B) | 262.53º | 1% | 0.87% | - |
| XYZ | 16.62 | 7.06 | 68.89 | - |
| YUV | 50.01 | 224.5 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 221 | 0.62 | 1 | 0 | 0.13 | 262.53 | 1 | 0.43 |
| Hex | 53 | 0 | DD | 3E | 64 | 0 | D | 107 | 64 | 2B |
| Octal | 123 | 0 | 335 | 76 | 144 | 0 | 15 | 407 | 144 | 53 |
| Binary | 1010011 | 0 | 11011101 | 111110 | 1100100 | 0 | 1101 | 100000111 | 1100100 | 101011 |
Color Harmonies of #5300DD
Complementary color
Monochromatic Colors of #5300DD
Black with #5300DD
Text Example
Text Example
White with #5300DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300DD; }
p { color: rgb(83,0,221); }
H1.HeaderClassName
{
color: #5300DD;
}
.AnyTagClassName
{
color: #5300DD;
}
</style>
background-color css
<style>
a { background-color: #5300DD; }
a { background-color: rgb(83,0,221); }
div.DivClassName
{
background-color: #5300DD;
}
.BgClassName
{
background-color: #5300DD;
}
</style>
border-color css
<style>
span { border-color: #5300DD; }
span { border-color: rgb(83,0,221); }
td.TdClassName
{
border-color: #5300DD;
}
.TagClassName
{
border-color: #5300DD;
}
</style>