Shades of Purple Heart #6041C6
Tints of Purple Heart #6041C6
RGB
CMYK
RGB Variations
Color information
#6041C6 (or 0x6041C6) is known color: Purple Heart. HEX triplet: 60, 41 and C6. RGB value is (96,65,198). Sum of RGB (Red+Green+Blue) = 96+65+198=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #6041C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041C6 is #9FBE39. Grayscale: #585858. Windows color (decimal): -10468922 or 12992864. OLE color: 12992864.
HSL color Cylindrical-coordinate representation of color #6041C6: hue angle of 253.98º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6041C6 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 65 | 198 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.22 |
| HSL | 253.99º | 0.54% | 0.52% | - |
| HSV(B) | 253.99º | 0.67% | 0.78% | - |
| XYZ | 16.91 | 10.34 | 54.53 | - |
| YUV | 89.43 | 189.27 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 198 | 0.52 | 0.67 | 0 | 0.22 | 253.99 | 0.54 | 0.52 |
| Hex | 60 | 41 | C6 | 34 | 43 | 0 | 16 | FE | 36 | 34 |
| Octal | 140 | 101 | 306 | 64 | 103 | 0 | 26 | 376 | 66 | 64 |
| Binary | 1100000 | 1000001 | 11000110 | 110100 | 1000011 | 0 | 10110 | 11111110 | 110110 | 110100 |
Color Harmonies of #6041C6
Complementary color
Monochromatic Colors of #6041C6
Black with #6041C6
Text Example
Text Example
White with #6041C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041C6; }
p { color: rgb(96,65,198); }
H1.HeaderClassName
{
color: #6041C6;
}
.AnyTagClassName
{
color: #6041C6;
}
</style>
background-color css
<style>
a { background-color: #6041C6; }
a { background-color: rgb(96,65,198); }
div.DivClassName
{
background-color: #6041C6;
}
.BgClassName
{
background-color: #6041C6;
}
</style>
border-color css
<style>
span { border-color: #6041C6; }
span { border-color: rgb(96,65,198); }
td.TdClassName
{
border-color: #6041C6;
}
.TagClassName
{
border-color: #6041C6;
}
</style>