Shades of Purple Heart #581FC4
Tints of Purple Heart #581FC4
RGB
CMYK
RGB Variations
Color information
#581FC4 (or 0x581FC4) is known color: Purple Heart. HEX triplet: 58, 1F and C4. RGB value is (88,31,196). Sum of RGB (Red+Green+Blue) = 88+31+196=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 196 (76.95% from 255 or 62.22% from 315); Max value from RGB is 196 - color contains mainly: blue. Hex color #581FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FC4 is #A7E03B. Grayscale: #424242. Windows color (decimal): -11001916 or 12853080. OLE color: 12853080.
HSL color Cylindrical-coordinate representation of color #581FC4: hue angle of 260.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581FC4 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 31 | 196 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.23 |
| HSL | 260.73º | 0.73% | 0.45% | - |
| HSV(B) | 260.73º | 0.84% | 0.77% | - |
| XYZ | 14.48 | 7.04 | 52.82 | - |
| YUV | 66.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 196 | 0.55 | 0.84 | 0 | 0.23 | 260.73 | 0.73 | 0.45 |
| Hex | 58 | 1F | C4 | 37 | 54 | 0 | 17 | 105 | 49 | 2D |
| Octal | 130 | 37 | 304 | 67 | 124 | 0 | 27 | 405 | 111 | 55 |
| Binary | 1011000 | 11111 | 11000100 | 110111 | 1010100 | 0 | 10111 | 100000101 | 1001001 | 101101 |
Color Harmonies of #581FC4
Complementary color
Monochromatic Colors of #581FC4
Black with #581FC4
Text Example
Text Example
White with #581FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FC4; }
p { color: rgb(88,31,196); }
H1.HeaderClassName
{
color: #581FC4;
}
.AnyTagClassName
{
color: #581FC4;
}
</style>
background-color css
<style>
a { background-color: #581FC4; }
a { background-color: rgb(88,31,196); }
div.DivClassName
{
background-color: #581FC4;
}
.BgClassName
{
background-color: #581FC4;
}
</style>
border-color css
<style>
span { border-color: #581FC4; }
span { border-color: rgb(88,31,196); }
td.TdClassName
{
border-color: #581FC4;
}
.TagClassName
{
border-color: #581FC4;
}
</style>