Shades of Han Purple #532CF4
Tints of Han Purple #532CF4
RGB
CMYK
RGB Variations
Color information
#532CF4 (or 0x532CF4) is known color: Han Purple. HEX triplet: 53, 2C and F4. RGB value is (83,44,244). Sum of RGB (Red+Green+Blue) = 83+44+244=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #532CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CF4 is #ACD30B. Grayscale: #4D4D4D. Windows color (decimal): -11326220 or 16002131. OLE color: 16002131.
HSL color Cylindrical-coordinate representation of color #532CF4: hue angle of 251.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532CF4 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 44 | 244 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.04 |
| HSL | 251.7º | 0.9% | 0.56% | - |
| HSV(B) | 251.7º | 0.82% | 0.96% | - |
| XYZ | 20.8 | 10.17 | 86.46 | - |
| YUV | 78.46 | 221.42 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 244 | 0.66 | 0.82 | 0 | 0.04 | 251.7 | 0.9 | 0.56 |
| Hex | 53 | 2C | F4 | 42 | 52 | 0 | 4 | FC | 5A | 38 |
| Octal | 123 | 54 | 364 | 102 | 122 | 0 | 4 | 374 | 132 | 70 |
| Binary | 1010011 | 101100 | 11110100 | 1000010 | 1010010 | 0 | 100 | 11111100 | 1011010 | 111000 |
Color Harmonies of #532CF4
Complementary color
Monochromatic Colors of #532CF4
Black with #532CF4
Text Example
Text Example
White with #532CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CF4; }
p { color: rgb(83,44,244); }
H1.HeaderClassName
{
color: #532CF4;
}
.AnyTagClassName
{
color: #532CF4;
}
</style>
background-color css
<style>
a { background-color: #532CF4; }
a { background-color: rgb(83,44,244); }
div.DivClassName
{
background-color: #532CF4;
}
.BgClassName
{
background-color: #532CF4;
}
</style>
border-color css
<style>
span { border-color: #532CF4; }
span { border-color: rgb(83,44,244); }
td.TdClassName
{
border-color: #532CF4;
}
.TagClassName
{
border-color: #532CF4;
}
</style>