Shades of Purple Heart #5C2BDF
Tints of Purple Heart #5C2BDF
RGB
CMYK
RGB Variations
Color information
#5C2BDF (or 0x5C2BDF) is known color: Purple Heart. HEX triplet: 5C, 2B and DF. RGB value is (92,43,223). Sum of RGB (Red+Green+Blue) = 92+43+223=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C2BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2BDF is #A3D420. Grayscale: #4D4D4D. Windows color (decimal): -10736673 or 14625628. OLE color: 14625628.
HSL color Cylindrical-coordinate representation of color #5C2BDF: hue angle of 256.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C2BDF is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 43 | 223 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.13 |
| HSL | 256.33º | 0.74% | 0.52% | - |
| HSV(B) | 256.33º | 0.81% | 0.87% | - |
| XYZ | 18.6 | 9.33 | 70.63 | - |
| YUV | 78.17 | 209.73 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 223 | 0.59 | 0.81 | 0 | 0.13 | 256.33 | 0.74 | 0.52 |
| Hex | 5C | 2B | DF | 3B | 51 | 0 | D | 100 | 4A | 34 |
| Octal | 134 | 53 | 337 | 73 | 121 | 0 | 15 | 400 | 112 | 64 |
| Binary | 1011100 | 101011 | 11011111 | 111011 | 1010001 | 0 | 1101 | 100000000 | 1001010 | 110100 |
Color Harmonies of #5C2BDF
Complementary color
Monochromatic Colors of #5C2BDF
Black with #5C2BDF
Text Example
Text Example
White with #5C2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2BDF; }
p { color: rgb(92,43,223); }
H1.HeaderClassName
{
color: #5C2BDF;
}
.AnyTagClassName
{
color: #5C2BDF;
}
</style>
background-color css
<style>
a { background-color: #5C2BDF; }
a { background-color: rgb(92,43,223); }
div.DivClassName
{
background-color: #5C2BDF;
}
.BgClassName
{
background-color: #5C2BDF;
}
</style>
border-color css
<style>
span { border-color: #5C2BDF; }
span { border-color: rgb(92,43,223); }
td.TdClassName
{
border-color: #5C2BDF;
}
.TagClassName
{
border-color: #5C2BDF;
}
</style>