Shades of Han Purple #5330EE
Tints of Han Purple #5330EE
RGB
CMYK
RGB Variations
Color information
#5330EE (or 0x5330EE) is known color: Han Purple. HEX triplet: 53, 30 and EE. RGB value is (83,48,238). Sum of RGB (Red+Green+Blue) = 83+48+238=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #5330EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5330EE is #ACCF11. Grayscale: #4F4F4F. Windows color (decimal): -11325202 or 15609939. OLE color: 15609939.
HSL color Cylindrical-coordinate representation of color #5330EE: hue angle of 251.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5330EE is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 48 | 238 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.07 |
| HSL | 251.05º | 0.85% | 0.56% | - |
| HSV(B) | 251.05º | 0.8% | 0.93% | - |
| XYZ | 20.06 | 10.13 | 81.79 | - |
| YUV | 80.13 | 217.1 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 238 | 0.65 | 0.80 | 0 | 0.07 | 251.05 | 0.85 | 0.56 |
| Hex | 53 | 30 | EE | 41 | 50 | 0 | 7 | FB | 55 | 38 |
| Octal | 123 | 60 | 356 | 101 | 120 | 0 | 7 | 373 | 125 | 70 |
| Binary | 1010011 | 110000 | 11101110 | 1000001 | 1010000 | 0 | 111 | 11111011 | 1010101 | 111000 |
Color Harmonies of #5330EE
Complementary color
Monochromatic Colors of #5330EE
Black with #5330EE
Text Example
Text Example
White with #5330EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330EE; }
p { color: rgb(83,48,238); }
H1.HeaderClassName
{
color: #5330EE;
}
.AnyTagClassName
{
color: #5330EE;
}
</style>
background-color css
<style>
a { background-color: #5330EE; }
a { background-color: rgb(83,48,238); }
div.DivClassName
{
background-color: #5330EE;
}
.BgClassName
{
background-color: #5330EE;
}
</style>
border-color css
<style>
span { border-color: #5330EE; }
span { border-color: rgb(83,48,238); }
td.TdClassName
{
border-color: #5330EE;
}
.TagClassName
{
border-color: #5330EE;
}
</style>