Shades of Purple Heart #6504D0
Tints of Purple Heart #6504D0
RGB
CMYK
RGB Variations
Color information
#6504D0 (or 0x6504D0) is known color: Purple Heart. HEX triplet: 65, 04 and D0. RGB value is (101,4,208). Sum of RGB (Red+Green+Blue) = 101+4+208=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 208 (81.64% from 255 or 66.45% from 313); Max value from RGB is 208 - color contains mainly: blue. Hex color #6504D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6504D0 is #9AFB2F. Grayscale: #373737. Windows color (decimal): -10156848 or 13632613. OLE color: 13632613.
HSL color Cylindrical-coordinate representation of color #6504D0: hue angle of 268.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504D0 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 4 | 208 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.18 |
| HSL | 268.53º | 0.96% | 0.42% | - |
| HSV(B) | 268.53º | 0.98% | 0.82% | - |
| XYZ | 16.8 | 7.41 | 60.22 | - |
| YUV | 56.26 | 213.64 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 208 | 0.51 | 0.98 | 0 | 0.18 | 268.53 | 0.96 | 0.42 |
| Hex | 65 | 4 | D0 | 33 | 62 | 0 | 12 | 10D | 60 | 2A |
| Octal | 145 | 4 | 320 | 63 | 142 | 0 | 22 | 415 | 140 | 52 |
| Binary | 1100101 | 100 | 11010000 | 110011 | 1100010 | 0 | 10010 | 100001101 | 1100000 | 101010 |
Color Harmonies of #6504D0
Complementary color
Monochromatic Colors of #6504D0
Black with #6504D0
Text Example
Text Example
White with #6504D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504D0; }
p { color: rgb(101,4,208); }
H1.HeaderClassName
{
color: #6504D0;
}
.AnyTagClassName
{
color: #6504D0;
}
</style>
background-color css
<style>
a { background-color: #6504D0; }
a { background-color: rgb(101,4,208); }
div.DivClassName
{
background-color: #6504D0;
}
.BgClassName
{
background-color: #6504D0;
}
</style>
border-color css
<style>
span { border-color: #6504D0; }
span { border-color: rgb(101,4,208); }
td.TdClassName
{
border-color: #6504D0;
}
.TagClassName
{
border-color: #6504D0;
}
</style>