Shades of Purple Heart #6432CF
Tints of Purple Heart #6432CF
RGB
CMYK
RGB Variations
Color information
#6432CF (or 0x6432CF) is known color: Purple Heart. HEX triplet: 64, 32 and CF. RGB value is (100,50,207). Sum of RGB (Red+Green+Blue) = 100+50+207=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #6432CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432CF is #9BCD30. Grayscale: #525252. Windows color (decimal): -10210609 or 13578852. OLE color: 13578852.
HSL color Cylindrical-coordinate representation of color #6432CF: hue angle of 259.11º 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 #6432CF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 50 | 207 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.19 |
| HSL | 259.11º | 0.62% | 0.5% | - |
| HSV(B) | 259.11º | 0.76% | 0.81% | - |
| XYZ | 17.66 | 9.5 | 59.93 | - |
| YUV | 82.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 207 | 0.52 | 0.76 | 0 | 0.19 | 259.11 | 0.62 | 0.5 |
| Hex | 64 | 32 | CF | 34 | 4C | 0 | 13 | 103 | 3E | 32 |
| Octal | 144 | 62 | 317 | 64 | 114 | 0 | 23 | 403 | 76 | 62 |
| Binary | 1100100 | 110010 | 11001111 | 110100 | 1001100 | 0 | 10011 | 100000011 | 111110 | 110010 |
Color Harmonies of #6432CF
Complementary color
Monochromatic Colors of #6432CF
Black with #6432CF
Text Example
Text Example
White with #6432CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432CF; }
p { color: rgb(100,50,207); }
H1.HeaderClassName
{
color: #6432CF;
}
.AnyTagClassName
{
color: #6432CF;
}
</style>
background-color css
<style>
a { background-color: #6432CF; }
a { background-color: rgb(100,50,207); }
div.DivClassName
{
background-color: #6432CF;
}
.BgClassName
{
background-color: #6432CF;
}
</style>
border-color css
<style>
span { border-color: #6432CF; }
span { border-color: rgb(100,50,207); }
td.TdClassName
{
border-color: #6432CF;
}
.TagClassName
{
border-color: #6432CF;
}
</style>