Shades of Han Purple #5327FF
Tints of Han Purple #5327FF
RGB
CMYK
RGB Variations
Color information
#5327FF (or 0x5327FF) is known color: Han Purple. HEX triplet: 53, 27 and FF. RGB value is (83,39,255). Sum of RGB (Red+Green+Blue) = 83+39+255=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #5327FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5327FF is #ACD800. Grayscale: #4B4B4B. Windows color (decimal): -11327489 or 16721747. OLE color: 16721747.
HSL color Cylindrical-coordinate representation of color #5327FF: hue angle of 252.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5327FF is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 39 | 255 | - |
| CMYK | 0.67 | 0.85 | 0 | 0 |
| HSL | 252.22º | 1% | 0.58% | - |
| HSV(B) | 252.22º | 0.85% | 1% | - |
| XYZ | 22.34 | 10.51 | 95.46 | - |
| YUV | 76.78 | 228.58 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 255 | 0.67 | 0.85 | 0 | 0 | 252.22 | 1 | 0.58 |
| Hex | 53 | 27 | FF | 43 | 55 | 0 | 0 | FC | 64 | 3A |
| Octal | 123 | 47 | 377 | 103 | 125 | 0 | 0 | 374 | 144 | 72 |
| Binary | 1010011 | 100111 | 11111111 | 1000011 | 1010101 | 0 | 0 | 11111100 | 1100100 | 111010 |
Color Harmonies of #5327FF
Complementary color
Monochromatic Colors of #5327FF
Black with #5327FF
Text Example
Text Example
White with #5327FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5327FF; }
p { color: rgb(83,39,255); }
H1.HeaderClassName
{
color: #5327FF;
}
.AnyTagClassName
{
color: #5327FF;
}
</style>
background-color css
<style>
a { background-color: #5327FF; }
a { background-color: rgb(83,39,255); }
div.DivClassName
{
background-color: #5327FF;
}
.BgClassName
{
background-color: #5327FF;
}
</style>
border-color css
<style>
span { border-color: #5327FF; }
span { border-color: rgb(83,39,255); }
td.TdClassName
{
border-color: #5327FF;
}
.TagClassName
{
border-color: #5327FF;
}
</style>