Shades of Purple Heart #5622C3
Tints of Purple Heart #5622C3
RGB
CMYK
RGB Variations
Color information
#5622C3 (or 0x5622C3) is known color: Purple Heart. HEX triplet: 56, 22 and C3. RGB value is (86,34,195). Sum of RGB (Red+Green+Blue) = 86+34+195=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #5622C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5622C3 is #A9DD3C. Grayscale: #434343. Windows color (decimal): -11132221 or 12788310. OLE color: 12788310.
HSL color Cylindrical-coordinate representation of color #5622C3: hue angle of 259.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5622C3 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 34 | 195 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.24 |
| HSL | 259.38º | 0.7% | 0.45% | - |
| HSV(B) | 259.38º | 0.83% | 0.76% | - |
| XYZ | 14.26 | 7.06 | 52.24 | - |
| YUV | 67.9 | 199.73 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 195 | 0.56 | 0.83 | 0 | 0.24 | 259.38 | 0.7 | 0.45 |
| Hex | 56 | 22 | C3 | 38 | 53 | 0 | 18 | 103 | 46 | 2D |
| Octal | 126 | 42 | 303 | 70 | 123 | 0 | 30 | 403 | 106 | 55 |
| Binary | 1010110 | 100010 | 11000011 | 111000 | 1010011 | 0 | 11000 | 100000011 | 1000110 | 101101 |
Color Harmonies of #5622C3
Complementary color
Monochromatic Colors of #5622C3
Black with #5622C3
Text Example
Text Example
White with #5622C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5622C3; }
p { color: rgb(86,34,195); }
H1.HeaderClassName
{
color: #5622C3;
}
.AnyTagClassName
{
color: #5622C3;
}
</style>
background-color css
<style>
a { background-color: #5622C3; }
a { background-color: rgb(86,34,195); }
div.DivClassName
{
background-color: #5622C3;
}
.BgClassName
{
background-color: #5622C3;
}
</style>
border-color css
<style>
span { border-color: #5622C3; }
span { border-color: rgb(86,34,195); }
td.TdClassName
{
border-color: #5622C3;
}
.TagClassName
{
border-color: #5622C3;
}
</style>