Shades of Purple Heart #532CC4
Tints of Purple Heart #532CC4
RGB
CMYK
RGB Variations
Color information
#532CC4 (or 0x532CC4) is known color: Purple Heart. HEX triplet: 53, 2C and C4. RGB value is (83,44,196). Sum of RGB (Red+Green+Blue) = 83+44+196=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #532CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CC4 is #ACD33B. Grayscale: #484848. Windows color (decimal): -11326268 or 12856403. OLE color: 12856403.
HSL color Cylindrical-coordinate representation of color #532CC4: hue angle of 255.39º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532CC4 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 44 | 196 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.23 |
| HSL | 255.39º | 0.63% | 0.47% | - |
| HSV(B) | 255.39º | 0.78% | 0.77% | - |
| XYZ | 14.43 | 7.63 | 52.94 | - |
| YUV | 72.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 196 | 0.58 | 0.78 | 0 | 0.23 | 255.39 | 0.63 | 0.47 |
| Hex | 53 | 2C | C4 | 3A | 4E | 0 | 17 | FF | 3F | 2F |
| Octal | 123 | 54 | 304 | 72 | 116 | 0 | 27 | 377 | 77 | 57 |
| Binary | 1010011 | 101100 | 11000100 | 111010 | 1001110 | 0 | 10111 | 11111111 | 111111 | 101111 |
Color Harmonies of #532CC4
Complementary color
Monochromatic Colors of #532CC4
Black with #532CC4
Text Example
Text Example
White with #532CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CC4; }
p { color: rgb(83,44,196); }
H1.HeaderClassName
{
color: #532CC4;
}
.AnyTagClassName
{
color: #532CC4;
}
</style>
background-color css
<style>
a { background-color: #532CC4; }
a { background-color: rgb(83,44,196); }
div.DivClassName
{
background-color: #532CC4;
}
.BgClassName
{
background-color: #532CC4;
}
</style>
border-color css
<style>
span { border-color: #532CC4; }
span { border-color: rgb(83,44,196); }
td.TdClassName
{
border-color: #532CC4;
}
.TagClassName
{
border-color: #532CC4;
}
</style>