Shades of Purple Heart #6240C4
Tints of Purple Heart #6240C4
RGB
CMYK
RGB Variations
Color information
#6240C4 (or 0x6240C4) is known color: Purple Heart. HEX triplet: 62, 40 and C4. RGB value is (98,64,196). Sum of RGB (Red+Green+Blue) = 98+64+196=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #6240C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240C4 is #9DBF3B. Grayscale: #585858. Windows color (decimal): -10338108 or 12861538. OLE color: 12861538.
HSL color Cylindrical-coordinate representation of color #6240C4: hue angle of 255.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6240C4 is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 64 | 196 | - |
| CMYK | 0.5 | 0.67 | 0 | 0.23 |
| HSL | 255.45º | 0.53% | 0.51% | - |
| HSV(B) | 255.45º | 0.67% | 0.77% | - |
| XYZ | 16.83 | 10.25 | 53.32 | - |
| YUV | 89.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 196 | 0.5 | 0.67 | 0 | 0.23 | 255.45 | 0.53 | 0.51 |
| Hex | 62 | 40 | C4 | 32 | 43 | 0 | 17 | FF | 35 | 33 |
| Octal | 142 | 100 | 304 | 62 | 103 | 0 | 27 | 377 | 65 | 63 |
| Binary | 1100010 | 1000000 | 11000100 | 110010 | 1000011 | 0 | 10111 | 11111111 | 110101 | 110011 |
Color Harmonies of #6240C4
Complementary color
Monochromatic Colors of #6240C4
Black with #6240C4
Text Example
Text Example
White with #6240C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240C4; }
p { color: rgb(98,64,196); }
H1.HeaderClassName
{
color: #6240C4;
}
.AnyTagClassName
{
color: #6240C4;
}
</style>
background-color css
<style>
a { background-color: #6240C4; }
a { background-color: rgb(98,64,196); }
div.DivClassName
{
background-color: #6240C4;
}
.BgClassName
{
background-color: #6240C4;
}
</style>
border-color css
<style>
span { border-color: #6240C4; }
span { border-color: rgb(98,64,196); }
td.TdClassName
{
border-color: #6240C4;
}
.TagClassName
{
border-color: #6240C4;
}
</style>