Shades of Purple Heart #6432C2
Tints of Purple Heart #6432C2
RGB
CMYK
RGB Variations
Color information
#6432C2 (or 0x6432C2) is known color: Purple Heart. HEX triplet: 64, 32 and C2. RGB value is (100,50,194). Sum of RGB (Red+Green+Blue) = 100+50+194=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #6432C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6432C2 is #9BCD3D. Grayscale: #505050. Windows color (decimal): -10210622 or 12726884. OLE color: 12726884.
HSL color Cylindrical-coordinate representation of color #6432C2: hue angle of 260.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6432C2 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 50 | 194 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.24 |
| HSL | 260.83º | 0.59% | 0.48% | - |
| HSV(B) | 260.83º | 0.74% | 0.76% | - |
| XYZ | 16.13 | 8.89 | 51.9 | - |
| YUV | 81.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 194 | 0.48 | 0.74 | 0 | 0.24 | 260.83 | 0.59 | 0.48 |
| Hex | 64 | 32 | C2 | 30 | 4A | 0 | 18 | 105 | 3B | 30 |
| Octal | 144 | 62 | 302 | 60 | 112 | 0 | 30 | 405 | 73 | 60 |
| Binary | 1100100 | 110010 | 11000010 | 110000 | 1001010 | 0 | 11000 | 100000101 | 111011 | 110000 |
Color Harmonies of #6432C2
Complementary color
Monochromatic Colors of #6432C2
Black with #6432C2
Text Example
Text Example
White with #6432C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432C2; }
p { color: rgb(100,50,194); }
H1.HeaderClassName
{
color: #6432C2;
}
.AnyTagClassName
{
color: #6432C2;
}
</style>
background-color css
<style>
a { background-color: #6432C2; }
a { background-color: rgb(100,50,194); }
div.DivClassName
{
background-color: #6432C2;
}
.BgClassName
{
background-color: #6432C2;
}
</style>
border-color css
<style>
span { border-color: #6432C2; }
span { border-color: rgb(100,50,194); }
td.TdClassName
{
border-color: #6432C2;
}
.TagClassName
{
border-color: #6432C2;
}
</style>