Shades of Purple Heart #5C3FBA
Tints of Purple Heart #5C3FBA
RGB
CMYK
RGB Variations
Color information
#5C3FBA (or 0x5C3FBA) is known color: Purple Heart. HEX triplet: 5C, 3F and BA. RGB value is (92,63,186). Sum of RGB (Red+Green+Blue) = 92+63+186=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C3FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3FBA is #A3C045. Grayscale: #555555. Windows color (decimal): -10731590 or 12205916. OLE color: 12205916.
HSL color Cylindrical-coordinate representation of color #5C3FBA: hue angle of 254.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C3FBA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 63 | 186 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.27 |
| HSL | 254.15º | 0.49% | 0.49% | - |
| HSV(B) | 254.15º | 0.66% | 0.73% | - |
| XYZ | 15.05 | 9.38 | 47.47 | - |
| YUV | 85.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 186 | 0.51 | 0.66 | 0 | 0.27 | 254.15 | 0.49 | 0.49 |
| Hex | 5C | 3F | BA | 33 | 42 | 0 | 1B | FE | 31 | 31 |
| Octal | 134 | 77 | 272 | 63 | 102 | 0 | 33 | 376 | 61 | 61 |
| Binary | 1011100 | 111111 | 10111010 | 110011 | 1000010 | 0 | 11011 | 11111110 | 110001 | 110001 |
Color Harmonies of #5C3FBA
Complementary color
Monochromatic Colors of #5C3FBA
Black with #5C3FBA
Text Example
Text Example
White with #5C3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3FBA; }
p { color: rgb(92,63,186); }
H1.HeaderClassName
{
color: #5C3FBA;
}
.AnyTagClassName
{
color: #5C3FBA;
}
</style>
background-color css
<style>
a { background-color: #5C3FBA; }
a { background-color: rgb(92,63,186); }
div.DivClassName
{
background-color: #5C3FBA;
}
.BgClassName
{
background-color: #5C3FBA;
}
</style>
border-color css
<style>
span { border-color: #5C3FBA; }
span { border-color: rgb(92,63,186); }
td.TdClassName
{
border-color: #5C3FBA;
}
.TagClassName
{
border-color: #5C3FBA;
}
</style>