Shades of Purple Heart #5826C4
Tints of Purple Heart #5826C4
RGB
CMYK
RGB Variations
Color information
#5826C4 (or 0x5826C4) is known color: Purple Heart. HEX triplet: 58, 26 and C4. RGB value is (88,38,196). Sum of RGB (Red+Green+Blue) = 88+38+196=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #5826C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826C4 is #A7D93B. Grayscale: #464646. Windows color (decimal): -11000124 or 12854872. OLE color: 12854872.
HSL color Cylindrical-coordinate representation of color #5826C4: hue angle of 258.99º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5826C4 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 38 | 196 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.23 |
| HSL | 258.99º | 0.68% | 0.46% | - |
| HSV(B) | 258.99º | 0.81% | 0.77% | - |
| XYZ | 14.68 | 7.45 | 52.89 | - |
| YUV | 70.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 196 | 0.55 | 0.81 | 0 | 0.23 | 258.99 | 0.68 | 0.46 |
| Hex | 58 | 26 | C4 | 37 | 51 | 0 | 17 | 103 | 44 | 2E |
| Octal | 130 | 46 | 304 | 67 | 121 | 0 | 27 | 403 | 104 | 56 |
| Binary | 1011000 | 100110 | 11000100 | 110111 | 1010001 | 0 | 10111 | 100000011 | 1000100 | 101110 |
Color Harmonies of #5826C4
Complementary color
Monochromatic Colors of #5826C4
Black with #5826C4
Text Example
Text Example
White with #5826C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826C4; }
p { color: rgb(88,38,196); }
H1.HeaderClassName
{
color: #5826C4;
}
.AnyTagClassName
{
color: #5826C4;
}
</style>
background-color css
<style>
a { background-color: #5826C4; }
a { background-color: rgb(88,38,196); }
div.DivClassName
{
background-color: #5826C4;
}
.BgClassName
{
background-color: #5826C4;
}
</style>
border-color css
<style>
span { border-color: #5826C4; }
span { border-color: rgb(88,38,196); }
td.TdClassName
{
border-color: #5826C4;
}
.TagClassName
{
border-color: #5826C4;
}
</style>