Shades of Purple Heart #6126C6
Tints of Purple Heart #6126C6
RGB
CMYK
RGB Variations
Color information
#6126C6 (or 0x6126C6) is known color: Purple Heart. HEX triplet: 61, 26 and C6. RGB value is (97,38,198). Sum of RGB (Red+Green+Blue) = 97+38+198=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #6126C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126C6 is #9ED939. Grayscale: #494949. Windows color (decimal): -10410298 or 12985953. OLE color: 12985953.
HSL color Cylindrical-coordinate representation of color #6126C6: hue angle of 262.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6126C6 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 38 | 198 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.22 |
| HSL | 262.13º | 0.68% | 0.46% | - |
| HSV(B) | 262.13º | 0.81% | 0.78% | - |
| XYZ | 15.82 | 8 | 54.14 | - |
| YUV | 73.88 | 198.05 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 198 | 0.51 | 0.81 | 0 | 0.22 | 262.13 | 0.68 | 0.46 |
| Hex | 61 | 26 | C6 | 33 | 51 | 0 | 16 | 106 | 44 | 2E |
| Octal | 141 | 46 | 306 | 63 | 121 | 0 | 26 | 406 | 104 | 56 |
| Binary | 1100001 | 100110 | 11000110 | 110011 | 1010001 | 0 | 10110 | 100000110 | 1000100 | 101110 |
Color Harmonies of #6126C6
Complementary color
Monochromatic Colors of #6126C6
Black with #6126C6
Text Example
Text Example
White with #6126C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6126C6; }
p { color: rgb(97,38,198); }
H1.HeaderClassName
{
color: #6126C6;
}
.AnyTagClassName
{
color: #6126C6;
}
</style>
background-color css
<style>
a { background-color: #6126C6; }
a { background-color: rgb(97,38,198); }
div.DivClassName
{
background-color: #6126C6;
}
.BgClassName
{
background-color: #6126C6;
}
</style>
border-color css
<style>
span { border-color: #6126C6; }
span { border-color: rgb(97,38,198); }
td.TdClassName
{
border-color: #6126C6;
}
.TagClassName
{
border-color: #6126C6;
}
</style>