Shades of Purple Heart #5C2FB5
Tints of Purple Heart #5C2FB5
RGB
CMYK
RGB Variations
Color information
#5C2FB5 (or 0x5C2FB5) is known color: Purple Heart. HEX triplet: 5C, 2F and B5. RGB value is (92,47,181). Sum of RGB (Red+Green+Blue) = 92+47+181=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C2FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2FB5 is #A3D04A. Grayscale: #4B4B4B. Windows color (decimal): -10735691 or 11874140. OLE color: 11874140.
HSL color Cylindrical-coordinate representation of color #5C2FB5: hue angle of 260.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C2FB5 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 47 | 181 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.29 |
| HSL | 260.15º | 0.59% | 0.45% | - |
| HSV(B) | 260.15º | 0.74% | 0.71% | - |
| XYZ | 13.77 | 7.64 | 44.47 | - |
| YUV | 75.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 181 | 0.49 | 0.74 | 0 | 0.29 | 260.15 | 0.59 | 0.45 |
| Hex | 5C | 2F | B5 | 31 | 4A | 0 | 1D | 104 | 3B | 2D |
| Octal | 134 | 57 | 265 | 61 | 112 | 0 | 35 | 404 | 73 | 55 |
| Binary | 1011100 | 101111 | 10110101 | 110001 | 1001010 | 0 | 11101 | 100000100 | 111011 | 101101 |
Color Harmonies of #5C2FB5
Complementary color
Monochromatic Colors of #5C2FB5
Black with #5C2FB5
Text Example
Text Example
White with #5C2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FB5; }
p { color: rgb(92,47,181); }
H1.HeaderClassName
{
color: #5C2FB5;
}
.AnyTagClassName
{
color: #5C2FB5;
}
</style>
background-color css
<style>
a { background-color: #5C2FB5; }
a { background-color: rgb(92,47,181); }
div.DivClassName
{
background-color: #5C2FB5;
}
.BgClassName
{
background-color: #5C2FB5;
}
</style>
border-color css
<style>
span { border-color: #5C2FB5; }
span { border-color: rgb(92,47,181); }
td.TdClassName
{
border-color: #5C2FB5;
}
.TagClassName
{
border-color: #5C2FB5;
}
</style>