Shades of Purple Heart #6504C0
Tints of Purple Heart #6504C0
RGB
CMYK
RGB Variations
Color information
#6504C0 (or 0x6504C0) is known color: Purple Heart. HEX triplet: 65, 04 and C0. RGB value is (101,4,192). Sum of RGB (Red+Green+Blue) = 101+4+192=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #6504C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6504C0 is #9AFB3F. Grayscale: #353535. Windows color (decimal): -10156864 or 12584037. OLE color: 12584037.
HSL color Cylindrical-coordinate representation of color #6504C0: hue angle of 270.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504C0 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 4 | 192 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.25 |
| HSL | 270.96º | 0.96% | 0.38% | - |
| HSV(B) | 270.96º | 0.98% | 0.75% | - |
| XYZ | 14.92 | 6.66 | 50.37 | - |
| YUV | 54.44 | 205.64 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 192 | 0.47 | 0.98 | 0 | 0.25 | 270.96 | 0.96 | 0.38 |
| Hex | 65 | 4 | C0 | 2F | 62 | 0 | 19 | 10F | 60 | 26 |
| Octal | 145 | 4 | 300 | 57 | 142 | 0 | 31 | 417 | 140 | 46 |
| Binary | 1100101 | 100 | 11000000 | 101111 | 1100010 | 0 | 11001 | 100001111 | 1100000 | 100110 |
Color Harmonies of #6504C0
Complementary color
Monochromatic Colors of #6504C0
Black with #6504C0
Text Example
Text Example
White with #6504C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504C0; }
p { color: rgb(101,4,192); }
H1.HeaderClassName
{
color: #6504C0;
}
.AnyTagClassName
{
color: #6504C0;
}
</style>
background-color css
<style>
a { background-color: #6504C0; }
a { background-color: rgb(101,4,192); }
div.DivClassName
{
background-color: #6504C0;
}
.BgClassName
{
background-color: #6504C0;
}
</style>
border-color css
<style>
span { border-color: #6504C0; }
span { border-color: rgb(101,4,192); }
td.TdClassName
{
border-color: #6504C0;
}
.TagClassName
{
border-color: #6504C0;
}
</style>