Shades of Purple Heart #5C2FBB
Tints of Purple Heart #5C2FBB
RGB
CMYK
RGB Variations
Color information
#5C2FBB (or 0x5C2FBB) is known color: Purple Heart. HEX triplet: 5C, 2F and BB. RGB value is (92,47,187). Sum of RGB (Red+Green+Blue) = 92+47+187=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C2FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2FBB is #A3D044. Grayscale: #4B4B4B. Windows color (decimal): -10735685 or 12267356. OLE color: 12267356.
HSL color Cylindrical-coordinate representation of color #5C2FBB: hue angle of 259.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C2FBB is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 47 | 187 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.27 |
| HSL | 259.29º | 0.6% | 0.46% | - |
| HSV(B) | 259.29º | 0.75% | 0.73% | - |
| XYZ | 14.4 | 7.9 | 47.78 | - |
| YUV | 76.42 | 190.41 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 187 | 0.51 | 0.75 | 0 | 0.27 | 259.29 | 0.6 | 0.46 |
| Hex | 5C | 2F | BB | 33 | 4B | 0 | 1B | 103 | 3C | 2E |
| Octal | 134 | 57 | 273 | 63 | 113 | 0 | 33 | 403 | 74 | 56 |
| Binary | 1011100 | 101111 | 10111011 | 110011 | 1001011 | 0 | 11011 | 100000011 | 111100 | 101110 |
Color Harmonies of #5C2FBB
Complementary color
Monochromatic Colors of #5C2FBB
Black with #5C2FBB
Text Example
Text Example
White with #5C2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FBB; }
p { color: rgb(92,47,187); }
H1.HeaderClassName
{
color: #5C2FBB;
}
.AnyTagClassName
{
color: #5C2FBB;
}
</style>
background-color css
<style>
a { background-color: #5C2FBB; }
a { background-color: rgb(92,47,187); }
div.DivClassName
{
background-color: #5C2FBB;
}
.BgClassName
{
background-color: #5C2FBB;
}
</style>
border-color css
<style>
span { border-color: #5C2FBB; }
span { border-color: rgb(92,47,187); }
td.TdClassName
{
border-color: #5C2FBB;
}
.TagClassName
{
border-color: #5C2FBB;
}
</style>