Shades of Purple Heart #6424C1
Tints of Purple Heart #6424C1
RGB
CMYK
RGB Variations
Color information
#6424C1 (or 0x6424C1) is known color: Purple Heart. HEX triplet: 64, 24 and C1. RGB value is (100,36,193). Sum of RGB (Red+Green+Blue) = 100+36+193=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #6424C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424C1 is #9BDB3E. Grayscale: #484848. Windows color (decimal): -10214207 or 12657764. OLE color: 12657764.
HSL color Cylindrical-coordinate representation of color #6424C1: hue angle of 264.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6424C1 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 36 | 193 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.24 |
| HSL | 264.46º | 0.69% | 0.45% | - |
| HSV(B) | 264.46º | 0.81% | 0.76% | - |
| XYZ | 15.51 | 7.82 | 51.14 | - |
| YUV | 73.03 | 195.7 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 193 | 0.48 | 0.81 | 0 | 0.24 | 264.46 | 0.69 | 0.45 |
| Hex | 64 | 24 | C1 | 30 | 51 | 0 | 18 | 108 | 45 | 2D |
| Octal | 144 | 44 | 301 | 60 | 121 | 0 | 30 | 410 | 105 | 55 |
| Binary | 1100100 | 100100 | 11000001 | 110000 | 1010001 | 0 | 11000 | 100001000 | 1000101 | 101101 |
Color Harmonies of #6424C1
Complementary color
Monochromatic Colors of #6424C1
Black with #6424C1
Text Example
Text Example
White with #6424C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424C1; }
p { color: rgb(100,36,193); }
H1.HeaderClassName
{
color: #6424C1;
}
.AnyTagClassName
{
color: #6424C1;
}
</style>
background-color css
<style>
a { background-color: #6424C1; }
a { background-color: rgb(100,36,193); }
div.DivClassName
{
background-color: #6424C1;
}
.BgClassName
{
background-color: #6424C1;
}
</style>
border-color css
<style>
span { border-color: #6424C1; }
span { border-color: rgb(100,36,193); }
td.TdClassName
{
border-color: #6424C1;
}
.TagClassName
{
border-color: #6424C1;
}
</style>