Shades of Han Purple #532CFC
Tints of Han Purple #532CFC
RGB
CMYK
RGB Variations
Color information
#532CFC (or 0x532CFC) is known color: Han Purple. HEX triplet: 53, 2C and FC. RGB value is (83,44,252). Sum of RGB (Red+Green+Blue) = 83+44+252=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #532CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CFC is #ACD303. Grayscale: #4E4E4E. Windows color (decimal): -11326212 or 16526419. OLE color: 16526419.
HSL color Cylindrical-coordinate representation of color #532CFC: hue angle of 251.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532CFC is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 44 | 252 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.01 |
| HSL | 251.25º | 0.97% | 0.58% | - |
| HSV(B) | 251.25º | 0.83% | 0.99% | - |
| XYZ | 22.04 | 10.67 | 92.99 | - |
| YUV | 79.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 252 | 0.67 | 0.83 | 0 | 0.01 | 251.25 | 0.97 | 0.58 |
| Hex | 53 | 2C | FC | 43 | 53 | 0 | 1 | FB | 61 | 3A |
| Octal | 123 | 54 | 374 | 103 | 123 | 0 | 1 | 373 | 141 | 72 |
| Binary | 1010011 | 101100 | 11111100 | 1000011 | 1010011 | 0 | 1 | 11111011 | 1100001 | 111010 |
Color Harmonies of #532CFC
Complementary color
Monochromatic Colors of #532CFC
Black with #532CFC
Text Example
Text Example
White with #532CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CFC; }
p { color: rgb(83,44,252); }
H1.HeaderClassName
{
color: #532CFC;
}
.AnyTagClassName
{
color: #532CFC;
}
</style>
background-color css
<style>
a { background-color: #532CFC; }
a { background-color: rgb(83,44,252); }
div.DivClassName
{
background-color: #532CFC;
}
.BgClassName
{
background-color: #532CFC;
}
</style>
border-color css
<style>
span { border-color: #532CFC; }
span { border-color: rgb(83,44,252); }
td.TdClassName
{
border-color: #532CFC;
}
.TagClassName
{
border-color: #532CFC;
}
</style>