Shades of Han Purple #5322FB
Tints of Han Purple #5322FB
RGB
CMYK
RGB Variations
Color information
#5322FB (or 0x5322FB) is known color: Han Purple. HEX triplet: 53, 22 and FB. RGB value is (83,34,251). Sum of RGB (Red+Green+Blue) = 83+34+251=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #5322FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5322FB is #ACDD04. Grayscale: #484848. Windows color (decimal): -11328773 or 16458323. OLE color: 16458323.
HSL color Cylindrical-coordinate representation of color #5322FB: hue angle of 253.55º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5322FB is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 34 | 251 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.02 |
| HSL | 253.55º | 0.96% | 0.56% | - |
| HSV(B) | 253.55º | 0.86% | 0.98% | - |
| XYZ | 21.55 | 9.95 | 92.05 | - |
| YUV | 73.39 | 228.23 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 251 | 0.67 | 0.86 | 0 | 0.02 | 253.55 | 0.96 | 0.56 |
| Hex | 53 | 22 | FB | 43 | 56 | 0 | 2 | FE | 60 | 38 |
| Octal | 123 | 42 | 373 | 103 | 126 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1010011 | 100010 | 11111011 | 1000011 | 1010110 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5322FB
Complementary color
Monochromatic Colors of #5322FB
Black with #5322FB
Text Example
Text Example
White with #5322FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5322FB; }
p { color: rgb(83,34,251); }
H1.HeaderClassName
{
color: #5322FB;
}
.AnyTagClassName
{
color: #5322FB;
}
</style>
background-color css
<style>
a { background-color: #5322FB; }
a { background-color: rgb(83,34,251); }
div.DivClassName
{
background-color: #5322FB;
}
.BgClassName
{
background-color: #5322FB;
}
</style>
border-color css
<style>
span { border-color: #5322FB; }
span { border-color: rgb(83,34,251); }
td.TdClassName
{
border-color: #5322FB;
}
.TagClassName
{
border-color: #5322FB;
}
</style>