Shades of Han Purple #532FFC
Tints of Han Purple #532FFC
RGB
CMYK
RGB Variations
Color information
#532FFC (or 0x532FFC) is known color: Han Purple. HEX triplet: 53, 2F and FC. RGB value is (83,47,252). Sum of RGB (Red+Green+Blue) = 83+47+252=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #532FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532FFC is #ACD003. Grayscale: #505050. Windows color (decimal): -11325444 or 16527187. OLE color: 16527187.
HSL color Cylindrical-coordinate representation of color #532FFC: hue angle of 250.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532FFC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 47 | 252 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.01 |
| HSL | 250.54º | 0.97% | 0.59% | - |
| HSV(B) | 250.54º | 0.81% | 0.99% | - |
| XYZ | 22.15 | 10.9 | 93.03 | - |
| YUV | 81.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 252 | 0.67 | 0.81 | 0 | 0.01 | 250.54 | 0.97 | 0.59 |
| Hex | 53 | 2F | FC | 43 | 51 | 0 | 1 | FB | 61 | 3B |
| Octal | 123 | 57 | 374 | 103 | 121 | 0 | 1 | 373 | 141 | 73 |
| Binary | 1010011 | 101111 | 11111100 | 1000011 | 1010001 | 0 | 1 | 11111011 | 1100001 | 111011 |
Color Harmonies of #532FFC
Complementary color
Monochromatic Colors of #532FFC
Black with #532FFC
Text Example
Text Example
White with #532FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FFC; }
p { color: rgb(83,47,252); }
H1.HeaderClassName
{
color: #532FFC;
}
.AnyTagClassName
{
color: #532FFC;
}
</style>
background-color css
<style>
a { background-color: #532FFC; }
a { background-color: rgb(83,47,252); }
div.DivClassName
{
background-color: #532FFC;
}
.BgClassName
{
background-color: #532FFC;
}
</style>
border-color css
<style>
span { border-color: #532FFC; }
span { border-color: rgb(83,47,252); }
td.TdClassName
{
border-color: #532FFC;
}
.TagClassName
{
border-color: #532FFC;
}
</style>