Shades of Han Purple #5232FA
Tints of Han Purple #5232FA
RGB
CMYK
RGB Variations
Color information
#5232FA (or 0x5232FA) is known color: Han Purple. HEX triplet: 52, 32 and FA. RGB value is (82,50,250). Sum of RGB (Red+Green+Blue) = 82+50+250=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #5232FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5232FA is #ADCD05. Grayscale: #515151. Windows color (decimal): -11390214 or 16396882. OLE color: 16396882.
HSL color Cylindrical-coordinate representation of color #5232FA: hue angle of 249.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5232FA is Cyan = 0.67, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 50 | 250 | - |
| CMYK | 0.67 | 0.8 | 0 | 0.02 |
| HSL | 249.6º | 0.95% | 0.59% | - |
| HSV(B) | 249.6º | 0.8% | 0.98% | - |
| XYZ | 21.88 | 10.98 | 91.41 | - |
| YUV | 82.37 | 222.6 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 250 | 0.67 | 0.8 | 0 | 0.02 | 249.6 | 0.95 | 0.59 |
| Hex | 52 | 32 | FA | 43 | 50 | 0 | 2 | FA | 5F | 3B |
| Octal | 122 | 62 | 372 | 103 | 120 | 0 | 2 | 372 | 137 | 73 |
| Binary | 1010010 | 110010 | 11111010 | 1000011 | 1010000 | 0 | 10 | 11111010 | 1011111 | 111011 |
Color Harmonies of #5232FA
Complementary color
Monochromatic Colors of #5232FA
Black with #5232FA
Text Example
Text Example
White with #5232FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232FA; }
p { color: rgb(82,50,250); }
H1.HeaderClassName
{
color: #5232FA;
}
.AnyTagClassName
{
color: #5232FA;
}
</style>
background-color css
<style>
a { background-color: #5232FA; }
a { background-color: rgb(82,50,250); }
div.DivClassName
{
background-color: #5232FA;
}
.BgClassName
{
background-color: #5232FA;
}
</style>
border-color css
<style>
span { border-color: #5232FA; }
span { border-color: rgb(82,50,250); }
td.TdClassName
{
border-color: #5232FA;
}
.TagClassName
{
border-color: #5232FA;
}
</style>