Shades of Han Purple #532CF2
Tints of Han Purple #532CF2
RGB
CMYK
RGB Variations
Color information
#532CF2 (or 0x532CF2) is known color: Han Purple. HEX triplet: 53, 2C and F2. RGB value is (83,44,242). Sum of RGB (Red+Green+Blue) = 83+44+242=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #532CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CF2 is #ACD30D. Grayscale: #4D4D4D. Windows color (decimal): -11326222 or 15871059. OLE color: 15871059.
HSL color Cylindrical-coordinate representation of color #532CF2: hue angle of 251.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532CF2 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 44 | 242 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.05 |
| HSL | 251.82º | 0.88% | 0.56% | - |
| HSV(B) | 251.82º | 0.82% | 0.95% | - |
| XYZ | 20.49 | 10.05 | 84.86 | - |
| YUV | 78.23 | 220.42 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 242 | 0.66 | 0.82 | 0 | 0.05 | 251.82 | 0.88 | 0.56 |
| Hex | 53 | 2C | F2 | 42 | 52 | 0 | 5 | FC | 58 | 38 |
| Octal | 123 | 54 | 362 | 102 | 122 | 0 | 5 | 374 | 130 | 70 |
| Binary | 1010011 | 101100 | 11110010 | 1000010 | 1010010 | 0 | 101 | 11111100 | 1011000 | 111000 |
Color Harmonies of #532CF2
Complementary color
Monochromatic Colors of #532CF2
Black with #532CF2
Text Example
Text Example
White with #532CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CF2; }
p { color: rgb(83,44,242); }
H1.HeaderClassName
{
color: #532CF2;
}
.AnyTagClassName
{
color: #532CF2;
}
</style>
background-color css
<style>
a { background-color: #532CF2; }
a { background-color: rgb(83,44,242); }
div.DivClassName
{
background-color: #532CF2;
}
.BgClassName
{
background-color: #532CF2;
}
</style>
border-color css
<style>
span { border-color: #532CF2; }
span { border-color: rgb(83,44,242); }
td.TdClassName
{
border-color: #532CF2;
}
.TagClassName
{
border-color: #532CF2;
}
</style>