Shades of Purple Heart #6129E1
Tints of Purple Heart #6129E1
RGB
CMYK
RGB Variations
Color information
#6129E1 (or 0x6129E1) is known color: Purple Heart. HEX triplet: 61, 29 and E1. RGB value is (97,41,225). Sum of RGB (Red+Green+Blue) = 97+41+225=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 225 (88.28% from 255 or 61.98% from 363); Max value from RGB is 225 - color contains mainly: blue. Hex color #6129E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129E1 is #9ED61E. Grayscale: #4E4E4E. Windows color (decimal): -10409503 or 14756193. OLE color: 14756193.
HSL color Cylindrical-coordinate representation of color #6129E1: hue angle of 258.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6129E1 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 41 | 225 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.12 |
| HSL | 258.26º | 0.75% | 0.52% | - |
| HSV(B) | 258.26º | 0.82% | 0.88% | - |
| XYZ | 19.31 | 9.56 | 72.06 | - |
| YUV | 78.72 | 210.55 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 225 | 0.57 | 0.82 | 0 | 0.12 | 258.26 | 0.75 | 0.52 |
| Hex | 61 | 29 | E1 | 39 | 52 | 0 | C | 102 | 4B | 34 |
| Octal | 141 | 51 | 341 | 71 | 122 | 0 | 14 | 402 | 113 | 64 |
| Binary | 1100001 | 101001 | 11100001 | 111001 | 1010010 | 0 | 1100 | 100000010 | 1001011 | 110100 |
Color Harmonies of #6129E1
Complementary color
Monochromatic Colors of #6129E1
Black with #6129E1
Text Example
Text Example
White with #6129E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129E1; }
p { color: rgb(97,41,225); }
H1.HeaderClassName
{
color: #6129E1;
}
.AnyTagClassName
{
color: #6129E1;
}
</style>
background-color css
<style>
a { background-color: #6129E1; }
a { background-color: rgb(97,41,225); }
div.DivClassName
{
background-color: #6129E1;
}
.BgClassName
{
background-color: #6129E1;
}
</style>
border-color css
<style>
span { border-color: #6129E1; }
span { border-color: rgb(97,41,225); }
td.TdClassName
{
border-color: #6129E1;
}
.TagClassName
{
border-color: #6129E1;
}
</style>