Shades of Purple Heart #6502B6
Tints of Purple Heart #6502B6
RGB
CMYK
RGB Variations
Color information
#6502B6 (or 0x6502B6) is known color: Purple Heart. HEX triplet: 65, 02 and B6. RGB value is (101,2,182). Sum of RGB (Red+Green+Blue) = 101+2+182=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #6502B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502B6 is #9AFD49. Grayscale: #333333. Windows color (decimal): -10157386 or 11928165. OLE color: 11928165.
HSL color Cylindrical-coordinate representation of color #6502B6: hue angle of 273º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502B6 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 2 | 182 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.29 |
| HSL | 273º | 0.98% | 0.36% | - |
| HSV(B) | 273º | 0.99% | 0.71% | - |
| XYZ | 13.83 | 6.19 | 44.72 | - |
| YUV | 52.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 182 | 0.45 | 0.99 | 0 | 0.29 | 273 | 0.98 | 0.36 |
| Hex | 65 | 2 | B6 | 2D | 63 | 0 | 1D | 111 | 62 | 24 |
| Octal | 145 | 2 | 266 | 55 | 143 | 0 | 35 | 421 | 142 | 44 |
| Binary | 1100101 | 10 | 10110110 | 101101 | 1100011 | 0 | 11101 | 100010001 | 1100010 | 100100 |
Color Harmonies of #6502B6
Complementary color
Monochromatic Colors of #6502B6
Black with #6502B6
Text Example
Text Example
White with #6502B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502B6; }
p { color: rgb(101,2,182); }
H1.HeaderClassName
{
color: #6502B6;
}
.AnyTagClassName
{
color: #6502B6;
}
</style>
background-color css
<style>
a { background-color: #6502B6; }
a { background-color: rgb(101,2,182); }
div.DivClassName
{
background-color: #6502B6;
}
.BgClassName
{
background-color: #6502B6;
}
</style>
border-color css
<style>
span { border-color: #6502B6; }
span { border-color: rgb(101,2,182); }
td.TdClassName
{
border-color: #6502B6;
}
.TagClassName
{
border-color: #6502B6;
}
</style>