Shades of Purple Heart #6504CE
Tints of Purple Heart #6504CE
RGB
CMYK
RGB Variations
Color information
#6504CE (or 0x6504CE) is known color: Purple Heart. HEX triplet: 65, 04 and CE. RGB value is (101,4,206). Sum of RGB (Red+Green+Blue) = 101+4+206=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #6504CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6504CE is #9AFB31. Grayscale: #373737. Windows color (decimal): -10156850 or 13501541. OLE color: 13501541.
HSL color Cylindrical-coordinate representation of color #6504CE: hue angle of 268.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504CE is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 4 | 206 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.19 |
| HSL | 268.81º | 0.96% | 0.41% | - |
| HSV(B) | 268.81º | 0.98% | 0.81% | - |
| XYZ | 16.55 | 7.31 | 58.93 | - |
| YUV | 56.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 206 | 0.51 | 0.98 | 0 | 0.19 | 268.81 | 0.96 | 0.41 |
| Hex | 65 | 4 | CE | 33 | 62 | 0 | 13 | 10D | 60 | 29 |
| Octal | 145 | 4 | 316 | 63 | 142 | 0 | 23 | 415 | 140 | 51 |
| Binary | 1100101 | 100 | 11001110 | 110011 | 1100010 | 0 | 10011 | 100001101 | 1100000 | 101001 |
Color Harmonies of #6504CE
Complementary color
Monochromatic Colors of #6504CE
Black with #6504CE
Text Example
Text Example
White with #6504CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504CE; }
p { color: rgb(101,4,206); }
H1.HeaderClassName
{
color: #6504CE;
}
.AnyTagClassName
{
color: #6504CE;
}
</style>
background-color css
<style>
a { background-color: #6504CE; }
a { background-color: rgb(101,4,206); }
div.DivClassName
{
background-color: #6504CE;
}
.BgClassName
{
background-color: #6504CE;
}
</style>
border-color css
<style>
span { border-color: #6504CE; }
span { border-color: rgb(101,4,206); }
td.TdClassName
{
border-color: #6504CE;
}
.TagClassName
{
border-color: #6504CE;
}
</style>