Shades of Purple Heart #6142CA
Tints of Purple Heart #6142CA
RGB
CMYK
RGB Variations
Color information
#6142CA (or 0x6142CA) is known color: Purple Heart. HEX triplet: 61, 42 and CA. RGB value is (97,66,202). Sum of RGB (Red+Green+Blue) = 97+66+202=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #6142CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6142CA is #9EBD35. Grayscale: #5A5A5A. Windows color (decimal): -10403126 or 13255265. OLE color: 13255265.
HSL color Cylindrical-coordinate representation of color #6142CA: hue angle of 253.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6142CA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 66 | 202 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.21 |
| HSL | 253.68º | 0.56% | 0.53% | - |
| HSV(B) | 253.68º | 0.67% | 0.79% | - |
| XYZ | 17.54 | 10.7 | 57.02 | - |
| YUV | 90.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 202 | 0.52 | 0.67 | 0 | 0.21 | 253.68 | 0.56 | 0.53 |
| Hex | 61 | 42 | CA | 34 | 43 | 0 | 15 | FE | 38 | 35 |
| Octal | 141 | 102 | 312 | 64 | 103 | 0 | 25 | 376 | 70 | 65 |
| Binary | 1100001 | 1000010 | 11001010 | 110100 | 1000011 | 0 | 10101 | 11111110 | 111000 | 110101 |
Color Harmonies of #6142CA
Complementary color
Monochromatic Colors of #6142CA
Black with #6142CA
Text Example
Text Example
White with #6142CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6142CA; }
p { color: rgb(97,66,202); }
H1.HeaderClassName
{
color: #6142CA;
}
.AnyTagClassName
{
color: #6142CA;
}
</style>
background-color css
<style>
a { background-color: #6142CA; }
a { background-color: rgb(97,66,202); }
div.DivClassName
{
background-color: #6142CA;
}
.BgClassName
{
background-color: #6142CA;
}
</style>
border-color css
<style>
span { border-color: #6142CA; }
span { border-color: rgb(97,66,202); }
td.TdClassName
{
border-color: #6142CA;
}
.TagClassName
{
border-color: #6142CA;
}
</style>