Shades of Purple Heart #6240C6
Tints of Purple Heart #6240C6
RGB
CMYK
RGB Variations
Color information
#6240C6 (or 0x6240C6) is known color: Purple Heart. HEX triplet: 62, 40 and C6. RGB value is (98,64,198). Sum of RGB (Red+Green+Blue) = 98+64+198=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #6240C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240C6 is #9DBF39. Grayscale: #585858. Windows color (decimal): -10338106 or 12992610. OLE color: 12992610.
HSL color Cylindrical-coordinate representation of color #6240C6: hue angle of 255.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6240C6 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 64 | 198 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.22 |
| HSL | 255.22º | 0.54% | 0.51% | - |
| HSV(B) | 255.22º | 0.68% | 0.78% | - |
| XYZ | 17.06 | 10.34 | 54.52 | - |
| YUV | 89.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 198 | 0.51 | 0.68 | 0 | 0.22 | 255.22 | 0.54 | 0.51 |
| Hex | 62 | 40 | C6 | 33 | 44 | 0 | 16 | FF | 36 | 33 |
| Octal | 142 | 100 | 306 | 63 | 104 | 0 | 26 | 377 | 66 | 63 |
| Binary | 1100010 | 1000000 | 11000110 | 110011 | 1000100 | 0 | 10110 | 11111111 | 110110 | 110011 |
Color Harmonies of #6240C6
Complementary color
Monochromatic Colors of #6240C6
Black with #6240C6
Text Example
Text Example
White with #6240C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240C6; }
p { color: rgb(98,64,198); }
H1.HeaderClassName
{
color: #6240C6;
}
.AnyTagClassName
{
color: #6240C6;
}
</style>
background-color css
<style>
a { background-color: #6240C6; }
a { background-color: rgb(98,64,198); }
div.DivClassName
{
background-color: #6240C6;
}
.BgClassName
{
background-color: #6240C6;
}
</style>
border-color css
<style>
span { border-color: #6240C6; }
span { border-color: rgb(98,64,198); }
td.TdClassName
{
border-color: #6240C6;
}
.TagClassName
{
border-color: #6240C6;
}
</style>