Shades of Han Purple #5234DF
Tints of Han Purple #5234DF
RGB
CMYK
RGB Variations
Color information
#5234DF (or 0x5234DF) is known color: Han Purple. HEX triplet: 52, 34 and DF. RGB value is (82,52,223). Sum of RGB (Red+Green+Blue) = 82+52+223=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5234DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5234DF is #ADCB20. Grayscale: #4F4F4F. Windows color (decimal): -11389729 or 14627922. OLE color: 14627922.
HSL color Cylindrical-coordinate representation of color #5234DF: hue angle of 250.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5234DF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 52 | 223 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.13 |
| HSL | 250.53º | 0.73% | 0.54% | - |
| HSV(B) | 250.53º | 0.77% | 0.87% | - |
| XYZ | 18.03 | 9.58 | 70.71 | - |
| YUV | 80.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 223 | 0.63 | 0.77 | 0 | 0.13 | 250.53 | 0.73 | 0.54 |
| Hex | 52 | 34 | DF | 3F | 4D | 0 | D | FB | 49 | 36 |
| Octal | 122 | 64 | 337 | 77 | 115 | 0 | 15 | 373 | 111 | 66 |
| Binary | 1010010 | 110100 | 11011111 | 111111 | 1001101 | 0 | 1101 | 11111011 | 1001001 | 110110 |
Color Harmonies of #5234DF
Complementary color
Monochromatic Colors of #5234DF
Black with #5234DF
Text Example
Text Example
White with #5234DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234DF; }
p { color: rgb(82,52,223); }
H1.HeaderClassName
{
color: #5234DF;
}
.AnyTagClassName
{
color: #5234DF;
}
</style>
background-color css
<style>
a { background-color: #5234DF; }
a { background-color: rgb(82,52,223); }
div.DivClassName
{
background-color: #5234DF;
}
.BgClassName
{
background-color: #5234DF;
}
</style>
border-color css
<style>
span { border-color: #5234DF; }
span { border-color: rgb(82,52,223); }
td.TdClassName
{
border-color: #5234DF;
}
.TagClassName
{
border-color: #5234DF;
}
</style>