Shades of Han Purple #530DF0
Tints of Han Purple #530DF0
RGB
CMYK
RGB Variations
Color information
#530DF0 (or 0x530DF0) is known color: Han Purple. HEX triplet: 53, 0D and F0. RGB value is (83,13,240). Sum of RGB (Red+Green+Blue) = 83+13+240=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #530DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DF0 is #ACF20F. Grayscale: #3A3A3A. Windows color (decimal): -11334160 or 15732051. OLE color: 15732051.
HSL color Cylindrical-coordinate representation of color #530DF0: hue angle of 258.5º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530DF0 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 13 | 240 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.06 |
| HSL | 258.5º | 0.9% | 0.5% | - |
| HSV(B) | 258.5º | 0.95% | 0.94% | - |
| XYZ | 19.44 | 8.42 | 83.04 | - |
| YUV | 59.81 | 229.69 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 240 | 0.65 | 0.95 | 0 | 0.06 | 258.5 | 0.9 | 0.5 |
| Hex | 53 | D | F0 | 41 | 5F | 0 | 6 | 103 | 5A | 32 |
| Octal | 123 | 15 | 360 | 101 | 137 | 0 | 6 | 403 | 132 | 62 |
| Binary | 1010011 | 1101 | 11110000 | 1000001 | 1011111 | 0 | 110 | 100000011 | 1011010 | 110010 |
Color Harmonies of #530DF0
Complementary color
Monochromatic Colors of #530DF0
Black with #530DF0
Text Example
Text Example
White with #530DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DF0; }
p { color: rgb(83,13,240); }
H1.HeaderClassName
{
color: #530DF0;
}
.AnyTagClassName
{
color: #530DF0;
}
</style>
background-color css
<style>
a { background-color: #530DF0; }
a { background-color: rgb(83,13,240); }
div.DivClassName
{
background-color: #530DF0;
}
.BgClassName
{
background-color: #530DF0;
}
</style>
border-color css
<style>
span { border-color: #530DF0; }
span { border-color: rgb(83,13,240); }
td.TdClassName
{
border-color: #530DF0;
}
.TagClassName
{
border-color: #530DF0;
}
</style>