Shades of Purple Heart #6432CE
Tints of Purple Heart #6432CE
RGB
CMYK
RGB Variations
Color information
#6432CE (or 0x6432CE) is known color: Purple Heart. HEX triplet: 64, 32 and CE. RGB value is (100,50,206). Sum of RGB (Red+Green+Blue) = 100+50+206=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #6432CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432CE is #9BCD31. Grayscale: #525252. Windows color (decimal): -10210610 or 13513316. OLE color: 13513316.
HSL color Cylindrical-coordinate representation of color #6432CE: hue angle of 259.23º 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 #6432CE is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 50 | 206 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.19 |
| HSL | 259.23º | 0.61% | 0.5% | - |
| HSV(B) | 259.23º | 0.76% | 0.81% | - |
| XYZ | 17.54 | 9.45 | 59.29 | - |
| YUV | 82.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 206 | 0.51 | 0.76 | 0 | 0.19 | 259.23 | 0.61 | 0.5 |
| Hex | 64 | 32 | CE | 33 | 4C | 0 | 13 | 103 | 3D | 32 |
| Octal | 144 | 62 | 316 | 63 | 114 | 0 | 23 | 403 | 75 | 62 |
| Binary | 1100100 | 110010 | 11001110 | 110011 | 1001100 | 0 | 10011 | 100000011 | 111101 | 110010 |
Color Harmonies of #6432CE
Complementary color
Monochromatic Colors of #6432CE
Black with #6432CE
Text Example
Text Example
White with #6432CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432CE; }
p { color: rgb(100,50,206); }
H1.HeaderClassName
{
color: #6432CE;
}
.AnyTagClassName
{
color: #6432CE;
}
</style>
background-color css
<style>
a { background-color: #6432CE; }
a { background-color: rgb(100,50,206); }
div.DivClassName
{
background-color: #6432CE;
}
.BgClassName
{
background-color: #6432CE;
}
</style>
border-color css
<style>
span { border-color: #6432CE; }
span { border-color: rgb(100,50,206); }
td.TdClassName
{
border-color: #6432CE;
}
.TagClassName
{
border-color: #6432CE;
}
</style>