Shades of Purple Heart #6532CE
Tints of Purple Heart #6532CE
RGB
CMYK
RGB Variations
Color information
#6532CE (or 0x6532CE) is known color: Purple Heart. HEX triplet: 65, 32 and CE. RGB value is (101,50,206). Sum of RGB (Red+Green+Blue) = 101+50+206=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #6532CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532CE is #9ACD31. Grayscale: #525252. Windows color (decimal): -10145074 or 13513317. OLE color: 13513317.
HSL color Cylindrical-coordinate representation of color #6532CE: hue angle of 259.62º degrees, saturation: 0.61, 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 #6532CE is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 50 | 206 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.19 |
| HSL | 259.62º | 0.61% | 0.5% | - |
| HSV(B) | 259.62º | 0.76% | 0.81% | - |
| XYZ | 17.65 | 9.5 | 59.3 | - |
| YUV | 83.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 206 | 0.51 | 0.76 | 0 | 0.19 | 259.62 | 0.61 | 0.5 |
| Hex | 65 | 32 | CE | 33 | 4C | 0 | 13 | 104 | 3D | 32 |
| Octal | 145 | 62 | 316 | 63 | 114 | 0 | 23 | 404 | 75 | 62 |
| Binary | 1100101 | 110010 | 11001110 | 110011 | 1001100 | 0 | 10011 | 100000100 | 111101 | 110010 |
Color Harmonies of #6532CE
Complementary color
Monochromatic Colors of #6532CE
Black with #6532CE
Text Example
Text Example
White with #6532CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532CE; }
p { color: rgb(101,50,206); }
H1.HeaderClassName
{
color: #6532CE;
}
.AnyTagClassName
{
color: #6532CE;
}
</style>
background-color css
<style>
a { background-color: #6532CE; }
a { background-color: rgb(101,50,206); }
div.DivClassName
{
background-color: #6532CE;
}
.BgClassName
{
background-color: #6532CE;
}
</style>
border-color css
<style>
span { border-color: #6532CE; }
span { border-color: rgb(101,50,206); }
td.TdClassName
{
border-color: #6532CE;
}
.TagClassName
{
border-color: #6532CE;
}
</style>