Shades of Han Purple #5330FE
Tints of Han Purple #5330FE
RGB
CMYK
RGB Variations
Color information
#5330FE (or 0x5330FE) is known color: Han Purple. HEX triplet: 53, 30 and FE. RGB value is (83,48,254). Sum of RGB (Red+Green+Blue) = 83+48+254=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #5330FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5330FE is #ACCF01. Grayscale: #515151. Windows color (decimal): -11325186 or 16658515. OLE color: 16658515.
HSL color Cylindrical-coordinate representation of color #5330FE: hue angle of 250.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5330FE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 48 | 254 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.00 |
| HSL | 250.19º | 0.99% | 0.59% | - |
| HSV(B) | 250.19º | 0.81% | 1% | - |
| XYZ | 22.51 | 11.11 | 94.72 | - |
| YUV | 81.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 254 | 0.67 | 0.81 | 0 | 0.00 | 250.19 | 0.99 | 0.59 |
| Hex | 53 | 30 | FE | 43 | 51 | 0 | 0 | FA | 63 | 3B |
| Octal | 123 | 60 | 376 | 103 | 121 | 0 | 0 | 372 | 143 | 73 |
| Binary | 1010011 | 110000 | 11111110 | 1000011 | 1010001 | 0 | 0 | 11111010 | 1100011 | 111011 |
Color Harmonies of #5330FE
Complementary color
Monochromatic Colors of #5330FE
Black with #5330FE
Text Example
Text Example
White with #5330FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5330FE; }
p { color: rgb(83,48,254); }
H1.HeaderClassName
{
color: #5330FE;
}
.AnyTagClassName
{
color: #5330FE;
}
</style>
background-color css
<style>
a { background-color: #5330FE; }
a { background-color: rgb(83,48,254); }
div.DivClassName
{
background-color: #5330FE;
}
.BgClassName
{
background-color: #5330FE;
}
</style>
border-color css
<style>
span { border-color: #5330FE; }
span { border-color: rgb(83,48,254); }
td.TdClassName
{
border-color: #5330FE;
}
.TagClassName
{
border-color: #5330FE;
}
</style>