Shades of Purple Heart #6129C2
Tints of Purple Heart #6129C2
RGB
CMYK
RGB Variations
Color information
#6129C2 (or 0x6129C2) is known color: Purple Heart. HEX triplet: 61, 29 and C2. RGB value is (97,41,194). Sum of RGB (Red+Green+Blue) = 97+41+194=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #6129C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129C2 is #9ED63D. Grayscale: #4A4A4A. Windows color (decimal): -10409534 or 12724577. OLE color: 12724577.
HSL color Cylindrical-coordinate representation of color #6129C2: hue angle of 261.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6129C2 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 41 | 194 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.24 |
| HSL | 261.96º | 0.65% | 0.46% | - |
| HSV(B) | 261.96º | 0.79% | 0.76% | - |
| XYZ | 15.46 | 8.02 | 51.77 | - |
| YUV | 75.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 194 | 0.50 | 0.79 | 0 | 0.24 | 261.96 | 0.65 | 0.46 |
| Hex | 61 | 29 | C2 | 32 | 4F | 0 | 18 | 106 | 41 | 2E |
| Octal | 141 | 51 | 302 | 62 | 117 | 0 | 30 | 406 | 101 | 56 |
| Binary | 1100001 | 101001 | 11000010 | 110010 | 1001111 | 0 | 11000 | 100000110 | 1000001 | 101110 |
Color Harmonies of #6129C2
Complementary color
Monochromatic Colors of #6129C2
Black with #6129C2
Text Example
Text Example
White with #6129C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129C2; }
p { color: rgb(97,41,194); }
H1.HeaderClassName
{
color: #6129C2;
}
.AnyTagClassName
{
color: #6129C2;
}
</style>
background-color css
<style>
a { background-color: #6129C2; }
a { background-color: rgb(97,41,194); }
div.DivClassName
{
background-color: #6129C2;
}
.BgClassName
{
background-color: #6129C2;
}
</style>
border-color css
<style>
span { border-color: #6129C2; }
span { border-color: rgb(97,41,194); }
td.TdClassName
{
border-color: #6129C2;
}
.TagClassName
{
border-color: #6129C2;
}
</style>