Shades of Purple Heart #6502D0
Tints of Purple Heart #6502D0
RGB
CMYK
RGB Variations
Color information
#6502D0 (or 0x6502D0) is known color: Purple Heart. HEX triplet: 65, 02 and D0. RGB value is (101,2,208). Sum of RGB (Red+Green+Blue) = 101+2+208=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #6502D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502D0 is #9AFD2F. Grayscale: #363636. Windows color (decimal): -10157360 or 13632101. OLE color: 13632101.
HSL color Cylindrical-coordinate representation of color #6502D0: hue angle of 268.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502D0 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 2 | 208 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.18 |
| HSL | 268.84º | 0.98% | 0.41% | - |
| HSV(B) | 268.84º | 0.99% | 0.82% | - |
| XYZ | 16.77 | 7.36 | 60.21 | - |
| YUV | 55.09 | 214.3 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 208 | 0.51 | 0.99 | 0 | 0.18 | 268.84 | 0.98 | 0.41 |
| Hex | 65 | 2 | D0 | 33 | 63 | 0 | 12 | 10D | 62 | 29 |
| Octal | 145 | 2 | 320 | 63 | 143 | 0 | 22 | 415 | 142 | 51 |
| Binary | 1100101 | 10 | 11010000 | 110011 | 1100011 | 0 | 10010 | 100001101 | 1100010 | 101001 |
Color Harmonies of #6502D0
Complementary color
Monochromatic Colors of #6502D0
Black with #6502D0
Text Example
Text Example
White with #6502D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502D0; }
p { color: rgb(101,2,208); }
H1.HeaderClassName
{
color: #6502D0;
}
.AnyTagClassName
{
color: #6502D0;
}
</style>
background-color css
<style>
a { background-color: #6502D0; }
a { background-color: rgb(101,2,208); }
div.DivClassName
{
background-color: #6502D0;
}
.BgClassName
{
background-color: #6502D0;
}
</style>
border-color css
<style>
span { border-color: #6502D0; }
span { border-color: rgb(101,2,208); }
td.TdClassName
{
border-color: #6502D0;
}
.TagClassName
{
border-color: #6502D0;
}
</style>