Shades of Han Purple #5303E0
Tints of Han Purple #5303E0
RGB
CMYK
RGB Variations
Color information
#5303E0 (or 0x5303E0) is known color: Han Purple. HEX triplet: 53, 03 and E0. RGB value is (83,3,224). Sum of RGB (Red+Green+Blue) = 83+3+224=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #5303E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303E0 is #ACFC1F. Grayscale: #333333. Windows color (decimal): -11336736 or 14680915. OLE color: 14680915.
HSL color Cylindrical-coordinate representation of color #5303E0: hue angle of 261.72º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303E0 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 3 | 224 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.12 |
| HSL | 261.72º | 0.97% | 0.45% | - |
| HSV(B) | 261.72º | 0.99% | 0.88% | - |
| XYZ | 17.05 | 7.29 | 71.03 | - |
| YUV | 52.11 | 225 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 224 | 0.63 | 0.99 | 0 | 0.12 | 261.72 | 0.97 | 0.45 |
| Hex | 53 | 3 | E0 | 3F | 63 | 0 | C | 106 | 61 | 2D |
| Octal | 123 | 3 | 340 | 77 | 143 | 0 | 14 | 406 | 141 | 55 |
| Binary | 1010011 | 11 | 11100000 | 111111 | 1100011 | 0 | 1100 | 100000110 | 1100001 | 101101 |
Color Harmonies of #5303E0
Complementary color
Monochromatic Colors of #5303E0
Black with #5303E0
Text Example
Text Example
White with #5303E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303E0; }
p { color: rgb(83,3,224); }
H1.HeaderClassName
{
color: #5303E0;
}
.AnyTagClassName
{
color: #5303E0;
}
</style>
background-color css
<style>
a { background-color: #5303E0; }
a { background-color: rgb(83,3,224); }
div.DivClassName
{
background-color: #5303E0;
}
.BgClassName
{
background-color: #5303E0;
}
</style>
border-color css
<style>
span { border-color: #5303E0; }
span { border-color: rgb(83,3,224); }
td.TdClassName
{
border-color: #5303E0;
}
.TagClassName
{
border-color: #5303E0;
}
</style>