Shades of Purple Heart #6542C5
Tints of Purple Heart #6542C5
RGB
CMYK
RGB Variations
Color information
#6542C5 (or 0x6542C5) is known color: Purple Heart. HEX triplet: 65, 42 and C5. RGB value is (101,66,197). Sum of RGB (Red+Green+Blue) = 101+66+197=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 197 (77.34% from 255 or 54.12% from 364); Max value from RGB is 197 - color contains mainly: blue. Hex color #6542C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6542C5 is #9ABD3A. Grayscale: #5A5A5A. Windows color (decimal): -10140987 or 12927589. OLE color: 12927589.
HSL color Cylindrical-coordinate representation of color #6542C5: hue angle of 256.03º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6542C5 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 66 | 197 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.23 |
| HSL | 256.03º | 0.53% | 0.52% | - |
| HSV(B) | 256.03º | 0.66% | 0.77% | - |
| XYZ | 17.39 | 10.69 | 53.97 | - |
| YUV | 91.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 197 | 0.49 | 0.66 | 0 | 0.23 | 256.03 | 0.53 | 0.52 |
| Hex | 65 | 42 | C5 | 31 | 42 | 0 | 17 | 100 | 35 | 34 |
| Octal | 145 | 102 | 305 | 61 | 102 | 0 | 27 | 400 | 65 | 64 |
| Binary | 1100101 | 1000010 | 11000101 | 110001 | 1000010 | 0 | 10111 | 100000000 | 110101 | 110100 |
Color Harmonies of #6542C5
Complementary color
Monochromatic Colors of #6542C5
Black with #6542C5
Text Example
Text Example
White with #6542C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6542C5; }
p { color: rgb(101,66,197); }
H1.HeaderClassName
{
color: #6542C5;
}
.AnyTagClassName
{
color: #6542C5;
}
</style>
background-color css
<style>
a { background-color: #6542C5; }
a { background-color: rgb(101,66,197); }
div.DivClassName
{
background-color: #6542C5;
}
.BgClassName
{
background-color: #6542C5;
}
</style>
border-color css
<style>
span { border-color: #6542C5; }
span { border-color: rgb(101,66,197); }
td.TdClassName
{
border-color: #6542C5;
}
.TagClassName
{
border-color: #6542C5;
}
</style>