Shades of Han Purple #530AFD
Tints of Han Purple #530AFD
RGB
CMYK
RGB Variations
Color information
#530AFD (or 0x530AFD) is known color: Han Purple. HEX triplet: 53, 0A and FD. RGB value is (83,10,253). Sum of RGB (Red+Green+Blue) = 83+10+253=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #530AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530AFD is #ACF502. Grayscale: #3A3A3A. Windows color (decimal): -11334915 or 16583251. OLE color: 16583251.
HSL color Cylindrical-coordinate representation of color #530AFD: hue angle of 258.02º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530AFD is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 10 | 253 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.01 |
| HSL | 258.02º | 0.98% | 0.52% | - |
| HSV(B) | 258.02º | 0.96% | 0.99% | - |
| XYZ | 21.41 | 9.15 | 93.57 | - |
| YUV | 59.53 | 237.18 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 253 | 0.67 | 0.96 | 0 | 0.01 | 258.02 | 0.98 | 0.52 |
| Hex | 53 | A | FD | 43 | 60 | 0 | 1 | 102 | 62 | 34 |
| Octal | 123 | 12 | 375 | 103 | 140 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010011 | 1010 | 11111101 | 1000011 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #530AFD
Complementary color
Monochromatic Colors of #530AFD
Black with #530AFD
Text Example
Text Example
White with #530AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530AFD; }
p { color: rgb(83,10,253); }
H1.HeaderClassName
{
color: #530AFD;
}
.AnyTagClassName
{
color: #530AFD;
}
</style>
background-color css
<style>
a { background-color: #530AFD; }
a { background-color: rgb(83,10,253); }
div.DivClassName
{
background-color: #530AFD;
}
.BgClassName
{
background-color: #530AFD;
}
</style>
border-color css
<style>
span { border-color: #530AFD; }
span { border-color: rgb(83,10,253); }
td.TdClassName
{
border-color: #530AFD;
}
.TagClassName
{
border-color: #530AFD;
}
</style>