Shades of Purple Heart #6435DE
Tints of Purple Heart #6435DE
RGB
CMYK
RGB Variations
Color information
#6435DE (or 0x6435DE) is known color: Purple Heart. HEX triplet: 64, 35 and DE. RGB value is (100,53,222). Sum of RGB (Red+Green+Blue) = 100+53+222=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6435DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6435DE is #9BCA21. Grayscale: #555555. Windows color (decimal): -10209826 or 14562660. OLE color: 14562660.
HSL color Cylindrical-coordinate representation of color #6435DE: hue angle of 256.69º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6435DE is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 53 | 222 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.13 |
| HSL | 256.69º | 0.72% | 0.54% | - |
| HSV(B) | 256.69º | 0.76% | 0.87% | - |
| XYZ | 19.71 | 10.53 | 70.1 | - |
| YUV | 86.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 222 | 0.55 | 0.76 | 0 | 0.13 | 256.69 | 0.72 | 0.54 |
| Hex | 64 | 35 | DE | 37 | 4C | 0 | D | 101 | 48 | 36 |
| Octal | 144 | 65 | 336 | 67 | 114 | 0 | 15 | 401 | 110 | 66 |
| Binary | 1100100 | 110101 | 11011110 | 110111 | 1001100 | 0 | 1101 | 100000001 | 1001000 | 110110 |
Color Harmonies of #6435DE
Complementary color
Monochromatic Colors of #6435DE
Black with #6435DE
Text Example
Text Example
White with #6435DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6435DE; }
p { color: rgb(100,53,222); }
H1.HeaderClassName
{
color: #6435DE;
}
.AnyTagClassName
{
color: #6435DE;
}
</style>
background-color css
<style>
a { background-color: #6435DE; }
a { background-color: rgb(100,53,222); }
div.DivClassName
{
background-color: #6435DE;
}
.BgClassName
{
background-color: #6435DE;
}
</style>
border-color css
<style>
span { border-color: #6435DE; }
span { border-color: rgb(100,53,222); }
td.TdClassName
{
border-color: #6435DE;
}
.TagClassName
{
border-color: #6435DE;
}
</style>