Shades of Han Purple #532CFE
Tints of Han Purple #532CFE
RGB
CMYK
RGB Variations
Color information
#532CFE (or 0x532CFE) is known color: Han Purple. HEX triplet: 53, 2C and FE. RGB value is (83,44,254). Sum of RGB (Red+Green+Blue) = 83+44+254=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #532CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CFE is #ACD301. Grayscale: #4E4E4E. Windows color (decimal): -11326210 or 16657491. OLE color: 16657491.
HSL color Cylindrical-coordinate representation of color #532CFE: hue angle of 251.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532CFE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 44 | 254 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.00 |
| HSL | 251.14º | 0.99% | 0.58% | - |
| HSV(B) | 251.14º | 0.83% | 1% | - |
| XYZ | 22.36 | 10.8 | 94.67 | - |
| YUV | 79.6 | 226.42 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 254 | 0.67 | 0.83 | 0 | 0.00 | 251.14 | 0.99 | 0.58 |
| Hex | 53 | 2C | FE | 43 | 53 | 0 | 0 | FB | 63 | 3A |
| Octal | 123 | 54 | 376 | 103 | 123 | 0 | 0 | 373 | 143 | 72 |
| Binary | 1010011 | 101100 | 11111110 | 1000011 | 1010011 | 0 | 0 | 11111011 | 1100011 | 111010 |
Color Harmonies of #532CFE
Complementary color
Monochromatic Colors of #532CFE
Black with #532CFE
Text Example
Text Example
White with #532CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CFE; }
p { color: rgb(83,44,254); }
H1.HeaderClassName
{
color: #532CFE;
}
.AnyTagClassName
{
color: #532CFE;
}
</style>
background-color css
<style>
a { background-color: #532CFE; }
a { background-color: rgb(83,44,254); }
div.DivClassName
{
background-color: #532CFE;
}
.BgClassName
{
background-color: #532CFE;
}
</style>
border-color css
<style>
span { border-color: #532CFE; }
span { border-color: rgb(83,44,254); }
td.TdClassName
{
border-color: #532CFE;
}
.TagClassName
{
border-color: #532CFE;
}
</style>