Shades of Han Purple #5334F7
Tints of Han Purple #5334F7
RGB
CMYK
RGB Variations
Color information
#5334F7 (or 0x5334F7) is known color: Han Purple. HEX triplet: 53, 34 and F7. RGB value is (83,52,247). Sum of RGB (Red+Green+Blue) = 83+52+247=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 247 (96.88% from 255 or 64.66% from 382); Max value from RGB is 247 - color contains mainly: blue. Hex color #5334F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5334F7 is #ACCB08. Grayscale: #525252. Windows color (decimal): -11324169 or 16200787. OLE color: 16200787.
HSL color Cylindrical-coordinate representation of color #5334F7: hue angle of 249.54º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5334F7 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 52 | 247 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.03 |
| HSL | 249.54º | 0.92% | 0.59% | - |
| HSV(B) | 249.54º | 0.79% | 0.97% | - |
| XYZ | 21.58 | 11.01 | 88.98 | - |
| YUV | 83.5 | 220.27 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 247 | 0.66 | 0.79 | 0 | 0.03 | 249.54 | 0.92 | 0.59 |
| Hex | 53 | 34 | F7 | 42 | 4F | 0 | 3 | FA | 5C | 3B |
| Octal | 123 | 64 | 367 | 102 | 117 | 0 | 3 | 372 | 134 | 73 |
| Binary | 1010011 | 110100 | 11110111 | 1000010 | 1001111 | 0 | 11 | 11111010 | 1011100 | 111011 |
Color Harmonies of #5334F7
Complementary color
Monochromatic Colors of #5334F7
Black with #5334F7
Text Example
Text Example
White with #5334F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334F7; }
p { color: rgb(83,52,247); }
H1.HeaderClassName
{
color: #5334F7;
}
.AnyTagClassName
{
color: #5334F7;
}
</style>
background-color css
<style>
a { background-color: #5334F7; }
a { background-color: rgb(83,52,247); }
div.DivClassName
{
background-color: #5334F7;
}
.BgClassName
{
background-color: #5334F7;
}
</style>
border-color css
<style>
span { border-color: #5334F7; }
span { border-color: rgb(83,52,247); }
td.TdClassName
{
border-color: #5334F7;
}
.TagClassName
{
border-color: #5334F7;
}
</style>