Shades of Purple Heart #6424C4
Tints of Purple Heart #6424C4
RGB
CMYK
RGB Variations
Color information
#6424C4 (or 0x6424C4) is known color: Purple Heart. HEX triplet: 64, 24 and C4. RGB value is (100,36,196). Sum of RGB (Red+Green+Blue) = 100+36+196=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #6424C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424C4 is #9BDB3B. Grayscale: #484848. Windows color (decimal): -10214204 or 12854372. OLE color: 12854372.
HSL color Cylindrical-coordinate representation of color #6424C4: hue angle of 264º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6424C4 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 36 | 196 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.23 |
| HSL | 264º | 0.69% | 0.45% | - |
| HSV(B) | 264º | 0.82% | 0.77% | - |
| XYZ | 15.85 | 7.96 | 52.92 | - |
| YUV | 73.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 196 | 0.49 | 0.82 | 0 | 0.23 | 264 | 0.69 | 0.45 |
| Hex | 64 | 24 | C4 | 31 | 52 | 0 | 17 | 108 | 45 | 2D |
| Octal | 144 | 44 | 304 | 61 | 122 | 0 | 27 | 410 | 105 | 55 |
| Binary | 1100100 | 100100 | 11000100 | 110001 | 1010010 | 0 | 10111 | 100001000 | 1000101 | 101101 |
Color Harmonies of #6424C4
Complementary color
Monochromatic Colors of #6424C4
Black with #6424C4
Text Example
Text Example
White with #6424C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424C4; }
p { color: rgb(100,36,196); }
H1.HeaderClassName
{
color: #6424C4;
}
.AnyTagClassName
{
color: #6424C4;
}
</style>
background-color css
<style>
a { background-color: #6424C4; }
a { background-color: rgb(100,36,196); }
div.DivClassName
{
background-color: #6424C4;
}
.BgClassName
{
background-color: #6424C4;
}
</style>
border-color css
<style>
span { border-color: #6424C4; }
span { border-color: rgb(100,36,196); }
td.TdClassName
{
border-color: #6424C4;
}
.TagClassName
{
border-color: #6424C4;
}
</style>