Shades of Han Purple #530ADF
Tints of Han Purple #530ADF
RGB
CMYK
RGB Variations
Color information
#530ADF (or 0x530ADF) is known color: Han Purple. HEX triplet: 53, 0A and DF. RGB value is (83,10,223). Sum of RGB (Red+Green+Blue) = 83+10+223=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #530ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ADF is #ACF520. Grayscale: #373737. Windows color (decimal): -11334945 or 14617171. OLE color: 14617171.
HSL color Cylindrical-coordinate representation of color #530ADF: hue angle of 260.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530ADF is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 10 | 223 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.13 |
| HSL | 260.56º | 0.91% | 0.46% | - |
| HSV(B) | 260.56º | 0.96% | 0.87% | - |
| XYZ | 17 | 7.38 | 70.34 | - |
| YUV | 56.11 | 222.18 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 223 | 0.63 | 0.96 | 0 | 0.13 | 260.56 | 0.91 | 0.46 |
| Hex | 53 | A | DF | 3F | 60 | 0 | D | 105 | 5B | 2E |
| Octal | 123 | 12 | 337 | 77 | 140 | 0 | 15 | 405 | 133 | 56 |
| Binary | 1010011 | 1010 | 11011111 | 111111 | 1100000 | 0 | 1101 | 100000101 | 1011011 | 101110 |
Color Harmonies of #530ADF
Complementary color
Monochromatic Colors of #530ADF
Black with #530ADF
Text Example
Text Example
White with #530ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530ADF; }
p { color: rgb(83,10,223); }
H1.HeaderClassName
{
color: #530ADF;
}
.AnyTagClassName
{
color: #530ADF;
}
</style>
background-color css
<style>
a { background-color: #530ADF; }
a { background-color: rgb(83,10,223); }
div.DivClassName
{
background-color: #530ADF;
}
.BgClassName
{
background-color: #530ADF;
}
</style>
border-color css
<style>
span { border-color: #530ADF; }
span { border-color: rgb(83,10,223); }
td.TdClassName
{
border-color: #530ADF;
}
.TagClassName
{
border-color: #530ADF;
}
</style>