Shades of Purple Heart #6041CB
Tints of Purple Heart #6041CB
RGB
CMYK
RGB Variations
Color information
#6041CB (or 0x6041CB) is known color: Purple Heart. HEX triplet: 60, 41 and CB. RGB value is (96,65,203). Sum of RGB (Red+Green+Blue) = 96+65+203=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #6041CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041CB is #9FBE34. Grayscale: #595959. Windows color (decimal): -10468917 or 13320544. OLE color: 13320544.
HSL color Cylindrical-coordinate representation of color #6041CB: hue angle of 253.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6041CB is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 65 | 203 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.20 |
| HSL | 253.48º | 0.57% | 0.53% | - |
| HSV(B) | 253.48º | 0.68% | 0.8% | - |
| XYZ | 17.49 | 10.58 | 57.62 | - |
| YUV | 90 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 203 | 0.53 | 0.68 | 0 | 0.20 | 253.48 | 0.57 | 0.53 |
| Hex | 60 | 41 | CB | 35 | 44 | 0 | 14 | FD | 39 | 35 |
| Octal | 140 | 101 | 313 | 65 | 104 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1100000 | 1000001 | 11001011 | 110101 | 1000100 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #6041CB
Complementary color
Monochromatic Colors of #6041CB
Black with #6041CB
Text Example
Text Example
White with #6041CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6041CB; }
p { color: rgb(96,65,203); }
H1.HeaderClassName
{
color: #6041CB;
}
.AnyTagClassName
{
color: #6041CB;
}
</style>
background-color css
<style>
a { background-color: #6041CB; }
a { background-color: rgb(96,65,203); }
div.DivClassName
{
background-color: #6041CB;
}
.BgClassName
{
background-color: #6041CB;
}
</style>
border-color css
<style>
span { border-color: #6041CB; }
span { border-color: rgb(96,65,203); }
td.TdClassName
{
border-color: #6041CB;
}
.TagClassName
{
border-color: #6041CB;
}
</style>