Shades of Purple Heart #6502CE
Tints of Purple Heart #6502CE
RGB
CMYK
RGB Variations
Color information
#6502CE (or 0x6502CE) is known color: Purple Heart. HEX triplet: 65, 02 and CE. RGB value is (101,2,206). Sum of RGB (Red+Green+Blue) = 101+2+206=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #6502CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CE is #9AFD31. Grayscale: #363636. Windows color (decimal): -10157362 or 13501029. OLE color: 13501029.
HSL color Cylindrical-coordinate representation of color #6502CE: hue angle of 269.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502CE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 2 | 206 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.19 |
| HSL | 269.12º | 0.98% | 0.41% | - |
| HSV(B) | 269.12º | 0.99% | 0.81% | - |
| XYZ | 16.53 | 7.27 | 58.92 | - |
| YUV | 54.86 | 213.3 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 206 | 0.51 | 0.99 | 0 | 0.19 | 269.12 | 0.98 | 0.41 |
| Hex | 65 | 2 | CE | 33 | 63 | 0 | 13 | 10D | 62 | 29 |
| Octal | 145 | 2 | 316 | 63 | 143 | 0 | 23 | 415 | 142 | 51 |
| Binary | 1100101 | 10 | 11001110 | 110011 | 1100011 | 0 | 10011 | 100001101 | 1100010 | 101001 |
Color Harmonies of #6502CE
Complementary color
Monochromatic Colors of #6502CE
Black with #6502CE
Text Example
Text Example
White with #6502CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502CE; }
p { color: rgb(101,2,206); }
H1.HeaderClassName
{
color: #6502CE;
}
.AnyTagClassName
{
color: #6502CE;
}
</style>
background-color css
<style>
a { background-color: #6502CE; }
a { background-color: rgb(101,2,206); }
div.DivClassName
{
background-color: #6502CE;
}
.BgClassName
{
background-color: #6502CE;
}
</style>
border-color css
<style>
span { border-color: #6502CE; }
span { border-color: rgb(101,2,206); }
td.TdClassName
{
border-color: #6502CE;
}
.TagClassName
{
border-color: #6502CE;
}
</style>