Shades of Purple Heart #5825C3
Tints of Purple Heart #5825C3
RGB
CMYK
RGB Variations
Color information
#5825C3 (or 0x5825C3) is known color: Purple Heart. HEX triplet: 58, 25 and C3. RGB value is (88,37,195). Sum of RGB (Red+Green+Blue) = 88+37+195=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #5825C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825C3 is #A7DA3C. Grayscale: #454545. Windows color (decimal): -11000381 or 12789080. OLE color: 12789080.
HSL color Cylindrical-coordinate representation of color #5825C3: hue angle of 259.37º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5825C3 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 37 | 195 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.24 |
| HSL | 259.37º | 0.68% | 0.45% | - |
| HSV(B) | 259.37º | 0.81% | 0.76% | - |
| XYZ | 14.54 | 7.34 | 52.28 | - |
| YUV | 70.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 195 | 0.55 | 0.81 | 0 | 0.24 | 259.37 | 0.68 | 0.45 |
| Hex | 58 | 25 | C3 | 37 | 51 | 0 | 18 | 103 | 44 | 2D |
| Octal | 130 | 45 | 303 | 67 | 121 | 0 | 30 | 403 | 104 | 55 |
| Binary | 1011000 | 100101 | 11000011 | 110111 | 1010001 | 0 | 11000 | 100000011 | 1000100 | 101101 |
Color Harmonies of #5825C3
Complementary color
Monochromatic Colors of #5825C3
Black with #5825C3
Text Example
Text Example
White with #5825C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5825C3; }
p { color: rgb(88,37,195); }
H1.HeaderClassName
{
color: #5825C3;
}
.AnyTagClassName
{
color: #5825C3;
}
</style>
background-color css
<style>
a { background-color: #5825C3; }
a { background-color: rgb(88,37,195); }
div.DivClassName
{
background-color: #5825C3;
}
.BgClassName
{
background-color: #5825C3;
}
</style>
border-color css
<style>
span { border-color: #5825C3; }
span { border-color: rgb(88,37,195); }
td.TdClassName
{
border-color: #5825C3;
}
.TagClassName
{
border-color: #5825C3;
}
</style>