Shades of Purple Heart #6040CF
Tints of Purple Heart #6040CF
RGB
CMYK
RGB Variations
Color information
#6040CF (or 0x6040CF) is known color: Purple Heart. HEX triplet: 60, 40 and CF. RGB value is (96,64,207). Sum of RGB (Red+Green+Blue) = 96+64+207=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #6040CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040CF is #9FBF30. Grayscale: #595959. Windows color (decimal): -10469169 or 13582432. OLE color: 13582432.
HSL color Cylindrical-coordinate representation of color #6040CF: hue angle of 253.43º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6040CF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 64 | 207 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.19 |
| HSL | 253.43º | 0.6% | 0.53% | - |
| HSV(B) | 253.43º | 0.69% | 0.81% | - |
| XYZ | 17.92 | 10.66 | 60.14 | - |
| YUV | 89.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 207 | 0.54 | 0.69 | 0 | 0.19 | 253.43 | 0.6 | 0.53 |
| Hex | 60 | 40 | CF | 36 | 45 | 0 | 13 | FD | 3C | 35 |
| Octal | 140 | 100 | 317 | 66 | 105 | 0 | 23 | 375 | 74 | 65 |
| Binary | 1100000 | 1000000 | 11001111 | 110110 | 1000101 | 0 | 10011 | 11111101 | 111100 | 110101 |
Color Harmonies of #6040CF
Complementary color
Monochromatic Colors of #6040CF
Black with #6040CF
Text Example
Text Example
White with #6040CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6040CF; }
p { color: rgb(96,64,207); }
H1.HeaderClassName
{
color: #6040CF;
}
.AnyTagClassName
{
color: #6040CF;
}
</style>
background-color css
<style>
a { background-color: #6040CF; }
a { background-color: rgb(96,64,207); }
div.DivClassName
{
background-color: #6040CF;
}
.BgClassName
{
background-color: #6040CF;
}
</style>
border-color css
<style>
span { border-color: #6040CF; }
span { border-color: rgb(96,64,207); }
td.TdClassName
{
border-color: #6040CF;
}
.TagClassName
{
border-color: #6040CF;
}
</style>