Shades of Purple Heart #532CC1
Tints of Purple Heart #532CC1
RGB
CMYK
RGB Variations
Color information
#532CC1 (or 0x532CC1) is known color: Purple Heart. HEX triplet: 53, 2C and C1. RGB value is (83,44,193). Sum of RGB (Red+Green+Blue) = 83+44+193=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #532CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CC1 is #ACD33E. Grayscale: #484848. Windows color (decimal): -11326271 or 12659795. OLE color: 12659795.
HSL color Cylindrical-coordinate representation of color #532CC1: hue angle of 255.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532CC1 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 44 | 193 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.24 |
| HSL | 255.7º | 0.63% | 0.46% | - |
| HSV(B) | 255.7º | 0.77% | 0.76% | - |
| XYZ | 14.09 | 7.49 | 51.16 | - |
| YUV | 72.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 193 | 0.57 | 0.77 | 0 | 0.24 | 255.7 | 0.63 | 0.46 |
| Hex | 53 | 2C | C1 | 39 | 4D | 0 | 18 | 100 | 3F | 2E |
| Octal | 123 | 54 | 301 | 71 | 115 | 0 | 30 | 400 | 77 | 56 |
| Binary | 1010011 | 101100 | 11000001 | 111001 | 1001101 | 0 | 11000 | 100000000 | 111111 | 101110 |
Color Harmonies of #532CC1
Complementary color
Monochromatic Colors of #532CC1
Black with #532CC1
Text Example
Text Example
White with #532CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CC1; }
p { color: rgb(83,44,193); }
H1.HeaderClassName
{
color: #532CC1;
}
.AnyTagClassName
{
color: #532CC1;
}
</style>
background-color css
<style>
a { background-color: #532CC1; }
a { background-color: rgb(83,44,193); }
div.DivClassName
{
background-color: #532CC1;
}
.BgClassName
{
background-color: #532CC1;
}
</style>
border-color css
<style>
span { border-color: #532CC1; }
span { border-color: rgb(83,44,193); }
td.TdClassName
{
border-color: #532CC1;
}
.TagClassName
{
border-color: #532CC1;
}
</style>