Shades of Purple Heart #6502C9
Tints of Purple Heart #6502C9
RGB
CMYK
RGB Variations
Color information
#6502C9 (or 0x6502C9) is known color: Purple Heart. HEX triplet: 65, 02 and C9. RGB value is (101,2,201). Sum of RGB (Red+Green+Blue) = 101+2+201=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 201 (78.91% from 255 or 66.12% from 304); Max value from RGB is 201 - color contains mainly: blue. Hex color #6502C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502C9 is #9AFD36. Grayscale: #353535. Windows color (decimal): -10157367 or 13173349. OLE color: 13173349.
HSL color Cylindrical-coordinate representation of color #6502C9: hue angle of 269.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502C9 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 2 | 201 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.21 |
| HSL | 269.85º | 0.98% | 0.4% | - |
| HSV(B) | 269.85º | 0.99% | 0.79% | - |
| XYZ | 15.93 | 7.03 | 55.78 | - |
| YUV | 54.29 | 210.8 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 201 | 0.50 | 0.99 | 0 | 0.21 | 269.85 | 0.98 | 0.4 |
| Hex | 65 | 2 | C9 | 32 | 63 | 0 | 15 | 10E | 62 | 28 |
| Octal | 145 | 2 | 311 | 62 | 143 | 0 | 25 | 416 | 142 | 50 |
| Binary | 1100101 | 10 | 11001001 | 110010 | 1100011 | 0 | 10101 | 100001110 | 1100010 | 101000 |
Color Harmonies of #6502C9
Complementary color
Monochromatic Colors of #6502C9
Black with #6502C9
Text Example
Text Example
White with #6502C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502C9; }
p { color: rgb(101,2,201); }
H1.HeaderClassName
{
color: #6502C9;
}
.AnyTagClassName
{
color: #6502C9;
}
</style>
background-color css
<style>
a { background-color: #6502C9; }
a { background-color: rgb(101,2,201); }
div.DivClassName
{
background-color: #6502C9;
}
.BgClassName
{
background-color: #6502C9;
}
</style>
border-color css
<style>
span { border-color: #6502C9; }
span { border-color: rgb(101,2,201); }
td.TdClassName
{
border-color: #6502C9;
}
.TagClassName
{
border-color: #6502C9;
}
</style>