Shades of Purple Heart #5826C6
Tints of Purple Heart #5826C6
RGB
CMYK
RGB Variations
Color information
#5826C6 (or 0x5826C6) is known color: Purple Heart. HEX triplet: 58, 26 and C6. RGB value is (88,38,198). Sum of RGB (Red+Green+Blue) = 88+38+198=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #5826C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826C6 is #A7D939. Grayscale: #464646. Windows color (decimal): -11000122 or 12985944. OLE color: 12985944.
HSL color Cylindrical-coordinate representation of color #5826C6: hue angle of 258.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5826C6 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 38 | 198 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.22 |
| HSL | 258.75º | 0.68% | 0.46% | - |
| HSV(B) | 258.75º | 0.81% | 0.78% | - |
| XYZ | 14.91 | 7.54 | 54.1 | - |
| YUV | 71.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 198 | 0.56 | 0.81 | 0 | 0.22 | 258.75 | 0.68 | 0.46 |
| Hex | 58 | 26 | C6 | 38 | 51 | 0 | 16 | 103 | 44 | 2E |
| Octal | 130 | 46 | 306 | 70 | 121 | 0 | 26 | 403 | 104 | 56 |
| Binary | 1011000 | 100110 | 11000110 | 111000 | 1010001 | 0 | 10110 | 100000011 | 1000100 | 101110 |
Color Harmonies of #5826C6
Complementary color
Monochromatic Colors of #5826C6
Black with #5826C6
Text Example
Text Example
White with #5826C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826C6; }
p { color: rgb(88,38,198); }
H1.HeaderClassName
{
color: #5826C6;
}
.AnyTagClassName
{
color: #5826C6;
}
</style>
background-color css
<style>
a { background-color: #5826C6; }
a { background-color: rgb(88,38,198); }
div.DivClassName
{
background-color: #5826C6;
}
.BgClassName
{
background-color: #5826C6;
}
</style>
border-color css
<style>
span { border-color: #5826C6; }
span { border-color: rgb(88,38,198); }
td.TdClassName
{
border-color: #5826C6;
}
.TagClassName
{
border-color: #5826C6;
}
</style>