Shades of Purple Heart #6502B7
Tints of Purple Heart #6502B7
RGB
CMYK
RGB Variations
Color information
#6502B7 (or 0x6502B7) is known color: Purple Heart. HEX triplet: 65, 02 and B7. RGB value is (101,2,183). Sum of RGB (Red+Green+Blue) = 101+2+183=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #6502B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502B7 is #9AFD48. Grayscale: #333333. Windows color (decimal): -10157385 or 11993701. OLE color: 11993701.
HSL color Cylindrical-coordinate representation of color #6502B7: hue angle of 272.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502B7 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 2 | 183 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.28 |
| HSL | 272.82º | 0.98% | 0.36% | - |
| HSV(B) | 272.82º | 0.99% | 0.72% | - |
| XYZ | 13.94 | 6.23 | 45.27 | - |
| YUV | 52.24 | 201.8 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 183 | 0.45 | 0.99 | 0 | 0.28 | 272.82 | 0.98 | 0.36 |
| Hex | 65 | 2 | B7 | 2D | 63 | 0 | 1C | 111 | 62 | 24 |
| Octal | 145 | 2 | 267 | 55 | 143 | 0 | 34 | 421 | 142 | 44 |
| Binary | 1100101 | 10 | 10110111 | 101101 | 1100011 | 0 | 11100 | 100010001 | 1100010 | 100100 |
Color Harmonies of #6502B7
Complementary color
Monochromatic Colors of #6502B7
Black with #6502B7
Text Example
Text Example
White with #6502B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502B7; }
p { color: rgb(101,2,183); }
H1.HeaderClassName
{
color: #6502B7;
}
.AnyTagClassName
{
color: #6502B7;
}
</style>
background-color css
<style>
a { background-color: #6502B7; }
a { background-color: rgb(101,2,183); }
div.DivClassName
{
background-color: #6502B7;
}
.BgClassName
{
background-color: #6502B7;
}
</style>
border-color css
<style>
span { border-color: #6502B7; }
span { border-color: rgb(101,2,183); }
td.TdClassName
{
border-color: #6502B7;
}
.TagClassName
{
border-color: #6502B7;
}
</style>