Shades of Purple Heart #6435E4
Tints of Purple Heart #6435E4
RGB
CMYK
RGB Variations
Color information
#6435E4 (or 0x6435E4) is known color: Purple Heart. HEX triplet: 64, 35 and E4. RGB value is (100,53,228). Sum of RGB (Red+Green+Blue) = 100+53+228=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 228 (89.45% from 255 or 59.84% from 381); Max value from RGB is 228 - color contains mainly: blue. Hex color #6435E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6435E4 is #9BCA1B. Grayscale: #565656. Windows color (decimal): -10209820 or 14955876. OLE color: 14955876.
HSL color Cylindrical-coordinate representation of color #6435E4: hue angle of 256.11º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6435E4 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 53 | 228 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.11 |
| HSL | 256.11º | 0.76% | 0.55% | - |
| HSV(B) | 256.11º | 0.77% | 0.89% | - |
| XYZ | 20.53 | 10.86 | 74.41 | - |
| YUV | 87 | 207.57 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 228 | 0.56 | 0.77 | 0 | 0.11 | 256.11 | 0.76 | 0.55 |
| Hex | 64 | 35 | E4 | 38 | 4D | 0 | B | 100 | 4C | 37 |
| Octal | 144 | 65 | 344 | 70 | 115 | 0 | 13 | 400 | 114 | 67 |
| Binary | 1100100 | 110101 | 11100100 | 111000 | 1001101 | 0 | 1011 | 100000000 | 1001100 | 110111 |
Color Harmonies of #6435E4
Complementary color
Monochromatic Colors of #6435E4
Black with #6435E4
Text Example
Text Example
White with #6435E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6435E4; }
p { color: rgb(100,53,228); }
H1.HeaderClassName
{
color: #6435E4;
}
.AnyTagClassName
{
color: #6435E4;
}
</style>
background-color css
<style>
a { background-color: #6435E4; }
a { background-color: rgb(100,53,228); }
div.DivClassName
{
background-color: #6435E4;
}
.BgClassName
{
background-color: #6435E4;
}
</style>
border-color css
<style>
span { border-color: #6435E4; }
span { border-color: rgb(100,53,228); }
td.TdClassName
{
border-color: #6435E4;
}
.TagClassName
{
border-color: #6435E4;
}
</style>