Shades of Han Purple #530FE1
Tints of Han Purple #530FE1
RGB
CMYK
RGB Variations
Color information
#530FE1 (or 0x530FE1) is known color: Han Purple. HEX triplet: 53, 0F and E1. RGB value is (83,15,225). Sum of RGB (Red+Green+Blue) = 83+15+225=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #530FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FE1 is #ACF01E. Grayscale: #3A3A3A. Windows color (decimal): -11333663 or 14749523. OLE color: 14749523.
HSL color Cylindrical-coordinate representation of color #530FE1: hue angle of 259.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530FE1 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 15 | 225 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.12 |
| HSL | 259.43º | 0.88% | 0.47% | - |
| HSV(B) | 259.43º | 0.93% | 0.88% | - |
| XYZ | 17.33 | 7.62 | 71.79 | - |
| YUV | 59.27 | 221.53 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 225 | 0.63 | 0.93 | 0 | 0.12 | 259.43 | 0.88 | 0.47 |
| Hex | 53 | F | E1 | 3F | 5D | 0 | C | 103 | 58 | 2F |
| Octal | 123 | 17 | 341 | 77 | 135 | 0 | 14 | 403 | 130 | 57 |
| Binary | 1010011 | 1111 | 11100001 | 111111 | 1011101 | 0 | 1100 | 100000011 | 1011000 | 101111 |
Color Harmonies of #530FE1
Complementary color
Monochromatic Colors of #530FE1
Black with #530FE1
Text Example
Text Example
White with #530FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FE1; }
p { color: rgb(83,15,225); }
H1.HeaderClassName
{
color: #530FE1;
}
.AnyTagClassName
{
color: #530FE1;
}
</style>
background-color css
<style>
a { background-color: #530FE1; }
a { background-color: rgb(83,15,225); }
div.DivClassName
{
background-color: #530FE1;
}
.BgClassName
{
background-color: #530FE1;
}
</style>
border-color css
<style>
span { border-color: #530FE1; }
span { border-color: rgb(83,15,225); }
td.TdClassName
{
border-color: #530FE1;
}
.TagClassName
{
border-color: #530FE1;
}
</style>