Shades of Purple Heart #6103B7
Tints of Purple Heart #6103B7
RGB
CMYK
RGB Variations
Color information
#6103B7 (or 0x6103B7) is known color: Purple Heart. HEX triplet: 61, 03 and B7. RGB value is (97,3,183). Sum of RGB (Red+Green+Blue) = 97+3+183=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #6103B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103B7 is #9EFC48. Grayscale: #333333. Windows color (decimal): -10419273 or 11993953. OLE color: 11993953.
HSL color Cylindrical-coordinate representation of color #6103B7: hue angle of 271.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103B7 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 3 | 183 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.28 |
| HSL | 271.33º | 0.97% | 0.36% | - |
| HSV(B) | 271.33º | 0.98% | 0.72% | - |
| XYZ | 13.51 | 6.03 | 45.25 | - |
| YUV | 51.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 183 | 0.47 | 0.98 | 0 | 0.28 | 271.33 | 0.97 | 0.36 |
| Hex | 61 | 3 | B7 | 2F | 62 | 0 | 1C | 10F | 61 | 24 |
| Octal | 141 | 3 | 267 | 57 | 142 | 0 | 34 | 417 | 141 | 44 |
| Binary | 1100001 | 11 | 10110111 | 101111 | 1100010 | 0 | 11100 | 100001111 | 1100001 | 100100 |
Color Harmonies of #6103B7
Complementary color
Monochromatic Colors of #6103B7
Black with #6103B7
Text Example
Text Example
White with #6103B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103B7; }
p { color: rgb(97,3,183); }
H1.HeaderClassName
{
color: #6103B7;
}
.AnyTagClassName
{
color: #6103B7;
}
</style>
background-color css
<style>
a { background-color: #6103B7; }
a { background-color: rgb(97,3,183); }
div.DivClassName
{
background-color: #6103B7;
}
.BgClassName
{
background-color: #6103B7;
}
</style>
border-color css
<style>
span { border-color: #6103B7; }
span { border-color: rgb(97,3,183); }
td.TdClassName
{
border-color: #6103B7;
}
.TagClassName
{
border-color: #6103B7;
}
</style>