Shades of Han Purple #530CD5
Tints of Han Purple #530CD5
RGB
CMYK
RGB Variations
Color information
#530CD5 (or 0x530CD5) is known color: Han Purple. HEX triplet: 53, 0C and D5. RGB value is (83,12,213). Sum of RGB (Red+Green+Blue) = 83+12+213=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #530CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CD5 is #ACF32A. Grayscale: #373737. Windows color (decimal): -11334443 or 13962323. OLE color: 13962323.
HSL color Cylindrical-coordinate representation of color #530CD5: hue angle of 261.19º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CD5 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 12 | 213 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.16 |
| HSL | 261.19º | 0.89% | 0.44% | - |
| HSV(B) | 261.19º | 0.94% | 0.84% | - |
| XYZ | 15.71 | 6.91 | 63.46 | - |
| YUV | 56.14 | 216.52 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 213 | 0.61 | 0.94 | 0 | 0.16 | 261.19 | 0.89 | 0.44 |
| Hex | 53 | C | D5 | 3D | 5E | 0 | 10 | 105 | 59 | 2C |
| Octal | 123 | 14 | 325 | 75 | 136 | 0 | 20 | 405 | 131 | 54 |
| Binary | 1010011 | 1100 | 11010101 | 111101 | 1011110 | 0 | 10000 | 100000101 | 1011001 | 101100 |
Color Harmonies of #530CD5
Complementary color
Monochromatic Colors of #530CD5
Black with #530CD5
Text Example
Text Example
White with #530CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CD5; }
p { color: rgb(83,12,213); }
H1.HeaderClassName
{
color: #530CD5;
}
.AnyTagClassName
{
color: #530CD5;
}
</style>
background-color css
<style>
a { background-color: #530CD5; }
a { background-color: rgb(83,12,213); }
div.DivClassName
{
background-color: #530CD5;
}
.BgClassName
{
background-color: #530CD5;
}
</style>
border-color css
<style>
span { border-color: #530CD5; }
span { border-color: rgb(83,12,213); }
td.TdClassName
{
border-color: #530CD5;
}
.TagClassName
{
border-color: #530CD5;
}
</style>