Shades of Han Purple #532FFF
Tints of Han Purple #532FFF
RGB
CMYK
RGB Variations
Color information
#532FFF (or 0x532FFF) is known color: Han Purple. HEX triplet: 53, 2F and FF. RGB value is (83,47,255). Sum of RGB (Red+Green+Blue) = 83+47+255=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #532FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532FFF is #ACD000. Grayscale: #505050. Windows color (decimal): -11325441 or 16723795. OLE color: 16723795.
HSL color Cylindrical-coordinate representation of color #532FFF: hue angle of 250.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532FFF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 47 | 255 | - |
| CMYK | 0.67 | 0.82 | 0 | 0 |
| HSL | 250.38º | 1% | 0.59% | - |
| HSV(B) | 250.38º | 0.82% | 1% | - |
| XYZ | 22.63 | 11.09 | 95.56 | - |
| YUV | 81.48 | 225.93 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 255 | 0.67 | 0.82 | 0 | 0 | 250.38 | 1 | 0.59 |
| Hex | 53 | 2F | FF | 43 | 52 | 0 | 0 | FA | 64 | 3B |
| Octal | 123 | 57 | 377 | 103 | 122 | 0 | 0 | 372 | 144 | 73 |
| Binary | 1010011 | 101111 | 11111111 | 1000011 | 1010010 | 0 | 0 | 11111010 | 1100100 | 111011 |
Color Harmonies of #532FFF
Complementary color
Monochromatic Colors of #532FFF
Black with #532FFF
Text Example
Text Example
White with #532FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FFF; }
p { color: rgb(83,47,255); }
H1.HeaderClassName
{
color: #532FFF;
}
.AnyTagClassName
{
color: #532FFF;
}
</style>
background-color css
<style>
a { background-color: #532FFF; }
a { background-color: rgb(83,47,255); }
div.DivClassName
{
background-color: #532FFF;
}
.BgClassName
{
background-color: #532FFF;
}
</style>
border-color css
<style>
span { border-color: #532FFF; }
span { border-color: rgb(83,47,255); }
td.TdClassName
{
border-color: #532FFF;
}
.TagClassName
{
border-color: #532FFF;
}
</style>