Shades of Purple Heart #7532CA
Tints of Purple Heart #7532CA
RGB
CMYK
RGB Variations
Color information
#7532CA (or 0x7532CA) is known color: Purple Heart. HEX triplet: 75, 32 and CA. RGB value is (117,50,202). Sum of RGB (Red+Green+Blue) = 117+50+202=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #7532CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532CA is #8ACD35. Grayscale: #565656. Windows color (decimal): -9096502 or 13251189. OLE color: 13251189.
HSL color Cylindrical-coordinate representation of color #7532CA: hue angle of 266.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7532CA is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 50 | 202 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.21 |
| HSL | 266.45º | 0.6% | 0.49% | - |
| HSV(B) | 266.45º | 0.75% | 0.79% | - |
| XYZ | 19.14 | 10.33 | 56.86 | - |
| YUV | 87.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 202 | 0.42 | 0.75 | 0 | 0.21 | 266.45 | 0.6 | 0.49 |
| Hex | 75 | 32 | CA | 2A | 4B | 0 | 15 | 10A | 3C | 31 |
| Octal | 165 | 62 | 312 | 52 | 113 | 0 | 25 | 412 | 74 | 61 |
| Binary | 1110101 | 110010 | 11001010 | 101010 | 1001011 | 0 | 10101 | 100001010 | 111100 | 110001 |
Color Harmonies of #7532CA
Complementary color
Monochromatic Colors of #7532CA
Black with #7532CA
Text Example
Text Example
White with #7532CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7532CA; }
p { color: rgb(117,50,202); }
H1.HeaderClassName
{
color: #7532CA;
}
.AnyTagClassName
{
color: #7532CA;
}
</style>
background-color css
<style>
a { background-color: #7532CA; }
a { background-color: rgb(117,50,202); }
div.DivClassName
{
background-color: #7532CA;
}
.BgClassName
{
background-color: #7532CA;
}
</style>
border-color css
<style>
span { border-color: #7532CA; }
span { border-color: rgb(117,50,202); }
td.TdClassName
{
border-color: #7532CA;
}
.TagClassName
{
border-color: #7532CA;
}
</style>