Shades of Han Purple #5308EE
Tints of Han Purple #5308EE
RGB
CMYK
RGB Variations
Color information
#5308EE (or 0x5308EE) is known color: Han Purple. HEX triplet: 53, 08 and EE. RGB value is (83,8,238). Sum of RGB (Red+Green+Blue) = 83+8+238=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #5308EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5308EE is #ACF711. Grayscale: #373737. Windows color (decimal): -11335442 or 15599699. OLE color: 15599699.
HSL color Cylindrical-coordinate representation of color #5308EE: hue angle of 259.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5308EE is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 8 | 238 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.07 |
| HSL | 259.57º | 0.93% | 0.48% | - |
| HSV(B) | 259.57º | 0.97% | 0.93% | - |
| XYZ | 19.09 | 8.19 | 81.46 | - |
| YUV | 56.65 | 230.35 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 238 | 0.65 | 0.97 | 0 | 0.07 | 259.57 | 0.93 | 0.48 |
| Hex | 53 | 8 | EE | 41 | 61 | 0 | 7 | 104 | 5D | 30 |
| Octal | 123 | 10 | 356 | 101 | 141 | 0 | 7 | 404 | 135 | 60 |
| Binary | 1010011 | 1000 | 11101110 | 1000001 | 1100001 | 0 | 111 | 100000100 | 1011101 | 110000 |
Color Harmonies of #5308EE
Complementary color
Monochromatic Colors of #5308EE
Black with #5308EE
Text Example
Text Example
White with #5308EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308EE; }
p { color: rgb(83,8,238); }
H1.HeaderClassName
{
color: #5308EE;
}
.AnyTagClassName
{
color: #5308EE;
}
</style>
background-color css
<style>
a { background-color: #5308EE; }
a { background-color: rgb(83,8,238); }
div.DivClassName
{
background-color: #5308EE;
}
.BgClassName
{
background-color: #5308EE;
}
</style>
border-color css
<style>
span { border-color: #5308EE; }
span { border-color: rgb(83,8,238); }
td.TdClassName
{
border-color: #5308EE;
}
.TagClassName
{
border-color: #5308EE;
}
</style>