Shades of Purple Heart #6103C6
Tints of Purple Heart #6103C6
RGB
CMYK
RGB Variations
Color information
#6103C6 (or 0x6103C6) is known color: Purple Heart. HEX triplet: 61, 03 and C6. RGB value is (97,3,198). Sum of RGB (Red+Green+Blue) = 97+3+198=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 198 (77.73% from 255 or 66.44% from 298); Max value from RGB is 198 - color contains mainly: blue. Hex color #6103C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103C6 is #9EFC39. Grayscale: #343434. Windows color (decimal): -10419258 or 12976993. OLE color: 12976993.
HSL color Cylindrical-coordinate representation of color #6103C6: hue angle of 268.92º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6103C6 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 3 | 198 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.22 |
| HSL | 268.92º | 0.97% | 0.39% | - |
| HSV(B) | 268.92º | 0.98% | 0.78% | - |
| XYZ | 15.16 | 6.68 | 53.92 | - |
| YUV | 53.34 | 209.64 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 198 | 0.51 | 0.98 | 0 | 0.22 | 268.92 | 0.97 | 0.39 |
| Hex | 61 | 3 | C6 | 33 | 62 | 0 | 16 | 10D | 61 | 27 |
| Octal | 141 | 3 | 306 | 63 | 142 | 0 | 26 | 415 | 141 | 47 |
| Binary | 1100001 | 11 | 11000110 | 110011 | 1100010 | 0 | 10110 | 100001101 | 1100001 | 100111 |
Color Harmonies of #6103C6
Complementary color
Monochromatic Colors of #6103C6
Black with #6103C6
Text Example
Text Example
White with #6103C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103C6; }
p { color: rgb(97,3,198); }
H1.HeaderClassName
{
color: #6103C6;
}
.AnyTagClassName
{
color: #6103C6;
}
</style>
background-color css
<style>
a { background-color: #6103C6; }
a { background-color: rgb(97,3,198); }
div.DivClassName
{
background-color: #6103C6;
}
.BgClassName
{
background-color: #6103C6;
}
</style>
border-color css
<style>
span { border-color: #6103C6; }
span { border-color: rgb(97,3,198); }
td.TdClassName
{
border-color: #6103C6;
}
.TagClassName
{
border-color: #6103C6;
}
</style>