Shades of Purple Heart #6532CF
Tints of Purple Heart #6532CF
RGB
CMYK
RGB Variations
Color information
#6532CF (or 0x6532CF) is known color: Purple Heart. HEX triplet: 65, 32 and CF. RGB value is (101,50,207). Sum of RGB (Red+Green+Blue) = 101+50+207=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #6532CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532CF is #9ACD30. Grayscale: #525252. Windows color (decimal): -10145073 or 13578853. OLE color: 13578853.
HSL color Cylindrical-coordinate representation of color #6532CF: hue angle of 259.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6532CF is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 50 | 207 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.19 |
| HSL | 259.49º | 0.62% | 0.5% | - |
| HSV(B) | 259.49º | 0.76% | 0.81% | - |
| XYZ | 17.77 | 9.55 | 59.94 | - |
| YUV | 83.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 207 | 0.51 | 0.76 | 0 | 0.19 | 259.49 | 0.62 | 0.5 |
| Hex | 65 | 32 | CF | 33 | 4C | 0 | 13 | 103 | 3E | 32 |
| Octal | 145 | 62 | 317 | 63 | 114 | 0 | 23 | 403 | 76 | 62 |
| Binary | 1100101 | 110010 | 11001111 | 110011 | 1001100 | 0 | 10011 | 100000011 | 111110 | 110010 |
Color Harmonies of #6532CF
Complementary color
Monochromatic Colors of #6532CF
Black with #6532CF
Text Example
Text Example
White with #6532CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532CF; }
p { color: rgb(101,50,207); }
H1.HeaderClassName
{
color: #6532CF;
}
.AnyTagClassName
{
color: #6532CF;
}
</style>
background-color css
<style>
a { background-color: #6532CF; }
a { background-color: rgb(101,50,207); }
div.DivClassName
{
background-color: #6532CF;
}
.BgClassName
{
background-color: #6532CF;
}
</style>
border-color css
<style>
span { border-color: #6532CF; }
span { border-color: rgb(101,50,207); }
td.TdClassName
{
border-color: #6532CF;
}
.TagClassName
{
border-color: #6532CF;
}
</style>