Shades of Han Purple #530DDD
Tints of Han Purple #530DDD
RGB
CMYK
RGB Variations
Color information
#530DDD (or 0x530DDD) is known color: Han Purple. HEX triplet: 53, 0D and DD. RGB value is (83,13,221). Sum of RGB (Red+Green+Blue) = 83+13+221=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #530DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DDD is #ACF222. Grayscale: #383838. Windows color (decimal): -11334179 or 14486867. OLE color: 14486867.
HSL color Cylindrical-coordinate representation of color #530DDD: hue angle of 260.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DDD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 13 | 221 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.13 |
| HSL | 260.19º | 0.89% | 0.46% | - |
| HSV(B) | 260.19º | 0.94% | 0.87% | - |
| XYZ | 16.76 | 7.35 | 68.94 | - |
| YUV | 57.64 | 220.19 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 221 | 0.62 | 0.94 | 0 | 0.13 | 260.19 | 0.89 | 0.46 |
| Hex | 53 | D | DD | 3E | 5E | 0 | D | 104 | 59 | 2E |
| Octal | 123 | 15 | 335 | 76 | 136 | 0 | 15 | 404 | 131 | 56 |
| Binary | 1010011 | 1101 | 11011101 | 111110 | 1011110 | 0 | 1101 | 100000100 | 1011001 | 101110 |
Color Harmonies of #530DDD
Complementary color
Monochromatic Colors of #530DDD
Black with #530DDD
Text Example
Text Example
White with #530DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DDD; }
p { color: rgb(83,13,221); }
H1.HeaderClassName
{
color: #530DDD;
}
.AnyTagClassName
{
color: #530DDD;
}
</style>
background-color css
<style>
a { background-color: #530DDD; }
a { background-color: rgb(83,13,221); }
div.DivClassName
{
background-color: #530DDD;
}
.BgClassName
{
background-color: #530DDD;
}
</style>
border-color css
<style>
span { border-color: #530DDD; }
span { border-color: rgb(83,13,221); }
td.TdClassName
{
border-color: #530DDD;
}
.TagClassName
{
border-color: #530DDD;
}
</style>