Shades of Purple Heart #6502B8
Tints of Purple Heart #6502B8
RGB
CMYK
RGB Variations
Color information
#6502B8 (or 0x6502B8) is known color: Purple Heart. HEX triplet: 65, 02 and B8. RGB value is (101,2,184). Sum of RGB (Red+Green+Blue) = 101+2+184=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #6502B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502B8 is #9AFD47. Grayscale: #333333. Windows color (decimal): -10157384 or 12059237. OLE color: 12059237.
HSL color Cylindrical-coordinate representation of color #6502B8: hue angle of 272.64º 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 #6502B8 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 2 | 184 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.28 |
| HSL | 272.64º | 0.98% | 0.36% | - |
| HSV(B) | 272.64º | 0.99% | 0.72% | - |
| XYZ | 14.04 | 6.27 | 45.82 | - |
| YUV | 52.35 | 202.3 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 184 | 0.45 | 0.99 | 0 | 0.28 | 272.64 | 0.98 | 0.36 |
| Hex | 65 | 2 | B8 | 2D | 63 | 0 | 1C | 111 | 62 | 24 |
| Octal | 145 | 2 | 270 | 55 | 143 | 0 | 34 | 421 | 142 | 44 |
| Binary | 1100101 | 10 | 10111000 | 101101 | 1100011 | 0 | 11100 | 100010001 | 1100010 | 100100 |
Color Harmonies of #6502B8
Complementary color
Monochromatic Colors of #6502B8
Black with #6502B8
Text Example
Text Example
White with #6502B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502B8; }
p { color: rgb(101,2,184); }
H1.HeaderClassName
{
color: #6502B8;
}
.AnyTagClassName
{
color: #6502B8;
}
</style>
background-color css
<style>
a { background-color: #6502B8; }
a { background-color: rgb(101,2,184); }
div.DivClassName
{
background-color: #6502B8;
}
.BgClassName
{
background-color: #6502B8;
}
</style>
border-color css
<style>
span { border-color: #6502B8; }
span { border-color: rgb(101,2,184); }
td.TdClassName
{
border-color: #6502B8;
}
.TagClassName
{
border-color: #6502B8;
}
</style>