Shades of Han Purple #5326FD
Tints of Han Purple #5326FD
RGB
CMYK
RGB Variations
Color information
#5326FD (or 0x5326FD) is known color: Han Purple. HEX triplet: 53, 26 and FD. RGB value is (83,38,253). Sum of RGB (Red+Green+Blue) = 83+38+253=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #5326FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5326FD is #ACD902. Grayscale: #4B4B4B. Windows color (decimal): -11327747 or 16590419. OLE color: 16590419.
HSL color Cylindrical-coordinate representation of color #5326FD: hue angle of 252.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5326FD is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 38 | 253 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.01 |
| HSL | 252.56º | 0.98% | 0.57% | - |
| HSV(B) | 252.56º | 0.85% | 0.99% | - |
| XYZ | 21.99 | 10.32 | 93.76 | - |
| YUV | 75.97 | 227.91 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 253 | 0.67 | 0.85 | 0 | 0.01 | 252.56 | 0.98 | 0.57 |
| Hex | 53 | 26 | FD | 43 | 55 | 0 | 1 | FD | 62 | 39 |
| Octal | 123 | 46 | 375 | 103 | 125 | 0 | 1 | 375 | 142 | 71 |
| Binary | 1010011 | 100110 | 11111101 | 1000011 | 1010101 | 0 | 1 | 11111101 | 1100010 | 111001 |
Color Harmonies of #5326FD
Complementary color
Monochromatic Colors of #5326FD
Black with #5326FD
Text Example
Text Example
White with #5326FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5326FD; }
p { color: rgb(83,38,253); }
H1.HeaderClassName
{
color: #5326FD;
}
.AnyTagClassName
{
color: #5326FD;
}
</style>
background-color css
<style>
a { background-color: #5326FD; }
a { background-color: rgb(83,38,253); }
div.DivClassName
{
background-color: #5326FD;
}
.BgClassName
{
background-color: #5326FD;
}
</style>
border-color css
<style>
span { border-color: #5326FD; }
span { border-color: rgb(83,38,253); }
td.TdClassName
{
border-color: #5326FD;
}
.TagClassName
{
border-color: #5326FD;
}
</style>