Shades of Han Purple #530DDA
Tints of Han Purple #530DDA
RGB
CMYK
RGB Variations
Color information
#530DDA (or 0x530DDA) is known color: Han Purple. HEX triplet: 53, 0D and DA. RGB value is (83,13,218). Sum of RGB (Red+Green+Blue) = 83+13+218=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #530DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DDA is #ACF225. Grayscale: #383838. Windows color (decimal): -11334182 or 14290259. OLE color: 14290259.
HSL color Cylindrical-coordinate representation of color #530DDA: hue angle of 260.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DDA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 13 | 218 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.15 |
| HSL | 260.49º | 0.89% | 0.45% | - |
| HSV(B) | 260.49º | 0.94% | 0.85% | - |
| XYZ | 16.37 | 7.19 | 66.85 | - |
| YUV | 57.3 | 218.69 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 218 | 0.62 | 0.94 | 0 | 0.15 | 260.49 | 0.89 | 0.45 |
| Hex | 53 | D | DA | 3E | 5E | 0 | F | 104 | 59 | 2D |
| Octal | 123 | 15 | 332 | 76 | 136 | 0 | 17 | 404 | 131 | 55 |
| Binary | 1010011 | 1101 | 11011010 | 111110 | 1011110 | 0 | 1111 | 100000100 | 1011001 | 101101 |
Color Harmonies of #530DDA
Complementary color
Monochromatic Colors of #530DDA
Black with #530DDA
Text Example
Text Example
White with #530DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DDA; }
p { color: rgb(83,13,218); }
H1.HeaderClassName
{
color: #530DDA;
}
.AnyTagClassName
{
color: #530DDA;
}
</style>
background-color css
<style>
a { background-color: #530DDA; }
a { background-color: rgb(83,13,218); }
div.DivClassName
{
background-color: #530DDA;
}
.BgClassName
{
background-color: #530DDA;
}
</style>
border-color css
<style>
span { border-color: #530DDA; }
span { border-color: rgb(83,13,218); }
td.TdClassName
{
border-color: #530DDA;
}
.TagClassName
{
border-color: #530DDA;
}
</style>