Shades of Purple Heart #6103BE
Tints of Purple Heart #6103BE
RGB
CMYK
RGB Variations
Color information
#6103BE (or 0x6103BE) is known color: Purple Heart. HEX triplet: 61, 03 and BE. RGB value is (97,3,190). Sum of RGB (Red+Green+Blue) = 97+3+190=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #6103BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103BE is #9EFC41. Grayscale: #333333. Windows color (decimal): -10419266 or 12452705. OLE color: 12452705.
HSL color Cylindrical-coordinate representation of color #6103BE: hue angle of 270.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103BE is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 3 | 190 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.25 |
| HSL | 270.16º | 0.97% | 0.38% | - |
| HSV(B) | 270.16º | 0.98% | 0.75% | - |
| XYZ | 14.26 | 6.32 | 49.18 | - |
| YUV | 52.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 190 | 0.49 | 0.98 | 0 | 0.25 | 270.16 | 0.97 | 0.38 |
| Hex | 61 | 3 | BE | 31 | 62 | 0 | 19 | 10E | 61 | 26 |
| Octal | 141 | 3 | 276 | 61 | 142 | 0 | 31 | 416 | 141 | 46 |
| Binary | 1100001 | 11 | 10111110 | 110001 | 1100010 | 0 | 11001 | 100001110 | 1100001 | 100110 |
Color Harmonies of #6103BE
Complementary color
Monochromatic Colors of #6103BE
Black with #6103BE
Text Example
Text Example
White with #6103BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103BE; }
p { color: rgb(97,3,190); }
H1.HeaderClassName
{
color: #6103BE;
}
.AnyTagClassName
{
color: #6103BE;
}
</style>
background-color css
<style>
a { background-color: #6103BE; }
a { background-color: rgb(97,3,190); }
div.DivClassName
{
background-color: #6103BE;
}
.BgClassName
{
background-color: #6103BE;
}
</style>
border-color css
<style>
span { border-color: #6103BE; }
span { border-color: rgb(97,3,190); }
td.TdClassName
{
border-color: #6103BE;
}
.TagClassName
{
border-color: #6103BE;
}
</style>