Shades of Purple Heart #5C27BF
Tints of Purple Heart #5C27BF
RGB
CMYK
RGB Variations
Color information
#5C27BF (or 0x5C27BF) is known color: Purple Heart. HEX triplet: 5C, 27 and BF. RGB value is (92,39,191). Sum of RGB (Red+Green+Blue) = 92+39+191=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C27BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C27BF is #A3D840. Grayscale: #474747. Windows color (decimal): -10737729 or 12527452. OLE color: 12527452.
HSL color Cylindrical-coordinate representation of color #5C27BF: hue angle of 260.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C27BF is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 39 | 191 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.25 |
| HSL | 260.92º | 0.66% | 0.45% | - |
| HSV(B) | 260.92º | 0.8% | 0.75% | - |
| XYZ | 14.54 | 7.49 | 49.97 | - |
| YUV | 72.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 191 | 0.52 | 0.80 | 0 | 0.25 | 260.92 | 0.66 | 0.45 |
| Hex | 5C | 27 | BF | 34 | 50 | 0 | 19 | 105 | 42 | 2D |
| Octal | 134 | 47 | 277 | 64 | 120 | 0 | 31 | 405 | 102 | 55 |
| Binary | 1011100 | 100111 | 10111111 | 110100 | 1010000 | 0 | 11001 | 100000101 | 1000010 | 101101 |
Color Harmonies of #5C27BF
Complementary color
Monochromatic Colors of #5C27BF
Black with #5C27BF
Text Example
Text Example
White with #5C27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C27BF; }
p { color: rgb(92,39,191); }
H1.HeaderClassName
{
color: #5C27BF;
}
.AnyTagClassName
{
color: #5C27BF;
}
</style>
background-color css
<style>
a { background-color: #5C27BF; }
a { background-color: rgb(92,39,191); }
div.DivClassName
{
background-color: #5C27BF;
}
.BgClassName
{
background-color: #5C27BF;
}
</style>
border-color css
<style>
span { border-color: #5C27BF; }
span { border-color: rgb(92,39,191); }
td.TdClassName
{
border-color: #5C27BF;
}
.TagClassName
{
border-color: #5C27BF;
}
</style>