Shades of Han Purple #5325FB
Tints of Han Purple #5325FB
RGB
CMYK
RGB Variations
Color information
#5325FB (or 0x5325FB) is known color: Han Purple. HEX triplet: 53, 25 and FB. RGB value is (83,37,251). Sum of RGB (Red+Green+Blue) = 83+37+251=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #5325FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5325FB is #ACDA04. Grayscale: #4A4A4A. Windows color (decimal): -11328005 or 16459091. OLE color: 16459091.
HSL color Cylindrical-coordinate representation of color #5325FB: hue angle of 252.9º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5325FB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 37 | 251 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.02 |
| HSL | 252.9º | 0.96% | 0.56% | - |
| HSV(B) | 252.9º | 0.85% | 0.98% | - |
| XYZ | 21.64 | 10.13 | 92.08 | - |
| YUV | 75.15 | 227.24 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 251 | 0.67 | 0.85 | 0 | 0.02 | 252.9 | 0.96 | 0.56 |
| Hex | 53 | 25 | FB | 43 | 55 | 0 | 2 | FD | 60 | 38 |
| Octal | 123 | 45 | 373 | 103 | 125 | 0 | 2 | 375 | 140 | 70 |
| Binary | 1010011 | 100101 | 11111011 | 1000011 | 1010101 | 0 | 10 | 11111101 | 1100000 | 111000 |
Color Harmonies of #5325FB
Complementary color
Monochromatic Colors of #5325FB
Black with #5325FB
Text Example
Text Example
White with #5325FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325FB; }
p { color: rgb(83,37,251); }
H1.HeaderClassName
{
color: #5325FB;
}
.AnyTagClassName
{
color: #5325FB;
}
</style>
background-color css
<style>
a { background-color: #5325FB; }
a { background-color: rgb(83,37,251); }
div.DivClassName
{
background-color: #5325FB;
}
.BgClassName
{
background-color: #5325FB;
}
</style>
border-color css
<style>
span { border-color: #5325FB; }
span { border-color: rgb(83,37,251); }
td.TdClassName
{
border-color: #5325FB;
}
.TagClassName
{
border-color: #5325FB;
}
</style>