Shades of Han Purple #5324F7
Tints of Han Purple #5324F7
RGB
CMYK
RGB Variations
Color information
#5324F7 (or 0x5324F7) is known color: Han Purple. HEX triplet: 53, 24 and F7. RGB value is (83,36,247). Sum of RGB (Red+Green+Blue) = 83+36+247=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 247 (96.88% from 255 or 67.49% from 366); Max value from RGB is 247 - color contains mainly: blue. Hex color #5324F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5324F7 is #ACDB08. Grayscale: #494949. Windows color (decimal): -11328265 or 16196691. OLE color: 16196691.
HSL color Cylindrical-coordinate representation of color #5324F7: hue angle of 253.36º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5324F7 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 36 | 247 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.03 |
| HSL | 253.36º | 0.93% | 0.55% | - |
| HSV(B) | 253.36º | 0.85% | 0.97% | - |
| XYZ | 20.99 | 9.82 | 88.78 | - |
| YUV | 74.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 247 | 0.66 | 0.85 | 0 | 0.03 | 253.36 | 0.93 | 0.55 |
| Hex | 53 | 24 | F7 | 42 | 55 | 0 | 3 | FD | 5D | 37 |
| Octal | 123 | 44 | 367 | 102 | 125 | 0 | 3 | 375 | 135 | 67 |
| Binary | 1010011 | 100100 | 11110111 | 1000010 | 1010101 | 0 | 11 | 11111101 | 1011101 | 110111 |
Color Harmonies of #5324F7
Complementary color
Monochromatic Colors of #5324F7
Black with #5324F7
Text Example
Text Example
White with #5324F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324F7; }
p { color: rgb(83,36,247); }
H1.HeaderClassName
{
color: #5324F7;
}
.AnyTagClassName
{
color: #5324F7;
}
</style>
background-color css
<style>
a { background-color: #5324F7; }
a { background-color: rgb(83,36,247); }
div.DivClassName
{
background-color: #5324F7;
}
.BgClassName
{
background-color: #5324F7;
}
</style>
border-color css
<style>
span { border-color: #5324F7; }
span { border-color: rgb(83,36,247); }
td.TdClassName
{
border-color: #5324F7;
}
.TagClassName
{
border-color: #5324F7;
}
</style>