Shades of Purple Heart #6424CC
Tints of Purple Heart #6424CC
RGB
CMYK
RGB Variations
Color information
#6424CC (or 0x6424CC) is known color: Purple Heart. HEX triplet: 64, 24 and CC. RGB value is (100,36,204). Sum of RGB (Red+Green+Blue) = 100+36+204=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #6424CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424CC is #9BDB33. Grayscale: #494949. Windows color (decimal): -10214196 or 13378660. OLE color: 13378660.
HSL color Cylindrical-coordinate representation of color #6424CC: hue angle of 262.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6424CC is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 36 | 204 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.2 |
| HSL | 262.86º | 0.7% | 0.47% | - |
| HSV(B) | 262.86º | 0.82% | 0.8% | - |
| XYZ | 16.79 | 8.33 | 57.85 | - |
| YUV | 74.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 204 | 0.51 | 0.82 | 0 | 0.2 | 262.86 | 0.7 | 0.47 |
| Hex | 64 | 24 | CC | 33 | 52 | 0 | 14 | 107 | 46 | 2F |
| Octal | 144 | 44 | 314 | 63 | 122 | 0 | 24 | 407 | 106 | 57 |
| Binary | 1100100 | 100100 | 11001100 | 110011 | 1010010 | 0 | 10100 | 100000111 | 1000110 | 101111 |
Color Harmonies of #6424CC
Complementary color
Monochromatic Colors of #6424CC
Black with #6424CC
Text Example
Text Example
White with #6424CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424CC; }
p { color: rgb(100,36,204); }
H1.HeaderClassName
{
color: #6424CC;
}
.AnyTagClassName
{
color: #6424CC;
}
</style>
background-color css
<style>
a { background-color: #6424CC; }
a { background-color: rgb(100,36,204); }
div.DivClassName
{
background-color: #6424CC;
}
.BgClassName
{
background-color: #6424CC;
}
</style>
border-color css
<style>
span { border-color: #6424CC; }
span { border-color: rgb(100,36,204); }
td.TdClassName
{
border-color: #6424CC;
}
.TagClassName
{
border-color: #6424CC;
}
</style>