Shades of Han Purple #530AF6
Tints of Han Purple #530AF6
RGB
CMYK
RGB Variations
Color information
#530AF6 (or 0x530AF6) is known color: Han Purple. HEX triplet: 53, 0A and F6. RGB value is (83,10,246). Sum of RGB (Red+Green+Blue) = 83+10+246=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #530AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530AF6 is #ACF509. Grayscale: #393939. Windows color (decimal): -11334922 or 16124499. OLE color: 16124499.
HSL color Cylindrical-coordinate representation of color #530AF6: hue angle of 258.56º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530AF6 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 10 | 246 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.04 |
| HSL | 258.56º | 0.93% | 0.5% | - |
| HSV(B) | 258.56º | 0.96% | 0.96% | - |
| XYZ | 20.31 | 8.71 | 87.8 | - |
| YUV | 58.73 | 233.68 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 246 | 0.66 | 0.96 | 0 | 0.04 | 258.56 | 0.93 | 0.5 |
| Hex | 53 | A | F6 | 42 | 60 | 0 | 4 | 103 | 5D | 32 |
| Octal | 123 | 12 | 366 | 102 | 140 | 0 | 4 | 403 | 135 | 62 |
| Binary | 1010011 | 1010 | 11110110 | 1000010 | 1100000 | 0 | 100 | 100000011 | 1011101 | 110010 |
Color Harmonies of #530AF6
Complementary color
Monochromatic Colors of #530AF6
Black with #530AF6
Text Example
Text Example
White with #530AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530AF6; }
p { color: rgb(83,10,246); }
H1.HeaderClassName
{
color: #530AF6;
}
.AnyTagClassName
{
color: #530AF6;
}
</style>
background-color css
<style>
a { background-color: #530AF6; }
a { background-color: rgb(83,10,246); }
div.DivClassName
{
background-color: #530AF6;
}
.BgClassName
{
background-color: #530AF6;
}
</style>
border-color css
<style>
span { border-color: #530AF6; }
span { border-color: rgb(83,10,246); }
td.TdClassName
{
border-color: #530AF6;
}
.TagClassName
{
border-color: #530AF6;
}
</style>