Shades of Han Purple #530FF3
Tints of Han Purple #530FF3
RGB
CMYK
RGB Variations
Color information
#530FF3 (or 0x530FF3) is known color: Han Purple. HEX triplet: 53, 0F and F3. RGB value is (83,15,243). Sum of RGB (Red+Green+Blue) = 83+15+243=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #530FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530FF3 is #ACF00C. Grayscale: #3C3C3C. Windows color (decimal): -11333645 or 15929171. OLE color: 15929171.
HSL color Cylindrical-coordinate representation of color #530FF3: hue angle of 257.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530FF3 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 15 | 243 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.05 |
| HSL | 257.89º | 0.9% | 0.51% | - |
| HSV(B) | 257.89º | 0.94% | 0.95% | - |
| XYZ | 19.92 | 8.65 | 85.41 | - |
| YUV | 61.32 | 230.53 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 243 | 0.66 | 0.94 | 0 | 0.05 | 257.89 | 0.9 | 0.51 |
| Hex | 53 | F | F3 | 42 | 5E | 0 | 5 | 102 | 5A | 33 |
| Octal | 123 | 17 | 363 | 102 | 136 | 0 | 5 | 402 | 132 | 63 |
| Binary | 1010011 | 1111 | 11110011 | 1000010 | 1011110 | 0 | 101 | 100000010 | 1011010 | 110011 |
Color Harmonies of #530FF3
Complementary color
Monochromatic Colors of #530FF3
Black with #530FF3
Text Example
Text Example
White with #530FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FF3; }
p { color: rgb(83,15,243); }
H1.HeaderClassName
{
color: #530FF3;
}
.AnyTagClassName
{
color: #530FF3;
}
</style>
background-color css
<style>
a { background-color: #530FF3; }
a { background-color: rgb(83,15,243); }
div.DivClassName
{
background-color: #530FF3;
}
.BgClassName
{
background-color: #530FF3;
}
</style>
border-color css
<style>
span { border-color: #530FF3; }
span { border-color: rgb(83,15,243); }
td.TdClassName
{
border-color: #530FF3;
}
.TagClassName
{
border-color: #530FF3;
}
</style>