Shades of Purple Heart #6532CA
Tints of Purple Heart #6532CA
RGB
CMYK
RGB Variations
Color information
#6532CA (or 0x6532CA) is known color: Purple Heart. HEX triplet: 65, 32 and CA. RGB value is (101,50,202). Sum of RGB (Red+Green+Blue) = 101+50+202=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #6532CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532CA is #9ACD35. Grayscale: #525252. Windows color (decimal): -10145078 or 13251173. OLE color: 13251173.
HSL color Cylindrical-coordinate representation of color #6532CA: hue angle of 260.13º 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 #6532CA is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 50 | 202 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.21 |
| HSL | 260.13º | 0.6% | 0.49% | - |
| HSV(B) | 260.13º | 0.75% | 0.79% | - |
| XYZ | 17.17 | 9.31 | 56.77 | - |
| YUV | 82.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 202 | 0.50 | 0.75 | 0 | 0.21 | 260.13 | 0.6 | 0.49 |
| Hex | 65 | 32 | CA | 32 | 4B | 0 | 15 | 104 | 3C | 31 |
| Octal | 145 | 62 | 312 | 62 | 113 | 0 | 25 | 404 | 74 | 61 |
| Binary | 1100101 | 110010 | 11001010 | 110010 | 1001011 | 0 | 10101 | 100000100 | 111100 | 110001 |
Color Harmonies of #6532CA
Complementary color
Monochromatic Colors of #6532CA
Black with #6532CA
Text Example
Text Example
White with #6532CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532CA; }
p { color: rgb(101,50,202); }
H1.HeaderClassName
{
color: #6532CA;
}
.AnyTagClassName
{
color: #6532CA;
}
</style>
background-color css
<style>
a { background-color: #6532CA; }
a { background-color: rgb(101,50,202); }
div.DivClassName
{
background-color: #6532CA;
}
.BgClassName
{
background-color: #6532CA;
}
</style>
border-color css
<style>
span { border-color: #6532CA; }
span { border-color: rgb(101,50,202); }
td.TdClassName
{
border-color: #6532CA;
}
.TagClassName
{
border-color: #6532CA;
}
</style>