Shades of Purple Heart #5841C6
Tints of Purple Heart #5841C6
RGB
CMYK
RGB Variations
Color information
#5841C6 (or 0x5841C6) is known color: Purple Heart. HEX triplet: 58, 41 and C6. RGB value is (88,65,198). Sum of RGB (Red+Green+Blue) = 88+65+198=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #5841C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841C6 is #A7BE39. Grayscale: #565656. Windows color (decimal): -10993210 or 12992856. OLE color: 12992856.
HSL color Cylindrical-coordinate representation of color #5841C6: hue angle of 250.38º 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 #5841C6 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 65 | 198 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.22 |
| HSL | 250.38º | 0.54% | 0.52% | - |
| HSV(B) | 250.38º | 0.67% | 0.78% | - |
| XYZ | 16.11 | 9.93 | 54.49 | - |
| YUV | 87.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 198 | 0.56 | 0.67 | 0 | 0.22 | 250.38 | 0.54 | 0.52 |
| Hex | 58 | 41 | C6 | 38 | 43 | 0 | 16 | FA | 36 | 34 |
| Octal | 130 | 101 | 306 | 70 | 103 | 0 | 26 | 372 | 66 | 64 |
| Binary | 1011000 | 1000001 | 11000110 | 111000 | 1000011 | 0 | 10110 | 11111010 | 110110 | 110100 |
Color Harmonies of #5841C6
Complementary color
Monochromatic Colors of #5841C6
Black with #5841C6
Text Example
Text Example
White with #5841C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5841C6; }
p { color: rgb(88,65,198); }
H1.HeaderClassName
{
color: #5841C6;
}
.AnyTagClassName
{
color: #5841C6;
}
</style>
background-color css
<style>
a { background-color: #5841C6; }
a { background-color: rgb(88,65,198); }
div.DivClassName
{
background-color: #5841C6;
}
.BgClassName
{
background-color: #5841C6;
}
</style>
border-color css
<style>
span { border-color: #5841C6; }
span { border-color: rgb(88,65,198); }
td.TdClassName
{
border-color: #5841C6;
}
.TagClassName
{
border-color: #5841C6;
}
</style>