Shades of Han Purple #530AFF
Tints of Han Purple #530AFF
RGB
CMYK
RGB Variations
Color information
#530AFF (or 0x530AFF) is known color: Han Purple. HEX triplet: 53, 0A and FF. RGB value is (83,10,255). Sum of RGB (Red+Green+Blue) = 83+10+255=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #530AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530AFF is #ACF500. Grayscale: #3A3A3A. Windows color (decimal): -11334913 or 16714323. OLE color: 16714323.
HSL color Cylindrical-coordinate representation of color #530AFF: hue angle of 257.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530AFF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 10 | 255 | - |
| CMYK | 0.67 | 0.96 | 0 | 0 |
| HSL | 257.88º | 1% | 0.52% | - |
| HSV(B) | 257.88º | 0.96% | 1% | - |
| XYZ | 21.73 | 9.28 | 95.25 | - |
| YUV | 59.76 | 238.18 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 255 | 0.67 | 0.96 | 0 | 0 | 257.88 | 1 | 0.52 |
| Hex | 53 | A | FF | 43 | 60 | 0 | 0 | 102 | 64 | 34 |
| Octal | 123 | 12 | 377 | 103 | 140 | 0 | 0 | 402 | 144 | 64 |
| Binary | 1010011 | 1010 | 11111111 | 1000011 | 1100000 | 0 | 0 | 100000010 | 1100100 | 110100 |
Color Harmonies of #530AFF
Complementary color
Monochromatic Colors of #530AFF
Black with #530AFF
Text Example
Text Example
White with #530AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530AFF; }
p { color: rgb(83,10,255); }
H1.HeaderClassName
{
color: #530AFF;
}
.AnyTagClassName
{
color: #530AFF;
}
</style>
background-color css
<style>
a { background-color: #530AFF; }
a { background-color: rgb(83,10,255); }
div.DivClassName
{
background-color: #530AFF;
}
.BgClassName
{
background-color: #530AFF;
}
</style>
border-color css
<style>
span { border-color: #530AFF; }
span { border-color: rgb(83,10,255); }
td.TdClassName
{
border-color: #530AFF;
}
.TagClassName
{
border-color: #530AFF;
}
</style>