Shades of Purple Heart #5C33BD
Tints of Purple Heart #5C33BD
RGB
CMYK
RGB Variations
Color information
#5C33BD (or 0x5C33BD) is known color: Purple Heart. HEX triplet: 5C, 33 and BD. RGB value is (92,51,189). Sum of RGB (Red+Green+Blue) = 92+51+189=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C33BD is #A3CC42. Grayscale: #4E4E4E. Windows color (decimal): -10734659 or 12399452. OLE color: 12399452.
HSL color Cylindrical-coordinate representation of color #5C33BD: hue angle of 257.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C33BD is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 51 | 189 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.26 |
| HSL | 257.83º | 0.58% | 0.47% | - |
| HSV(B) | 257.83º | 0.73% | 0.74% | - |
| XYZ | 14.78 | 8.32 | 48.97 | - |
| YUV | 78.99 | 190.08 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 189 | 0.51 | 0.73 | 0 | 0.26 | 257.83 | 0.58 | 0.47 |
| Hex | 5C | 33 | BD | 33 | 49 | 0 | 1A | 102 | 3A | 2F |
| Octal | 134 | 63 | 275 | 63 | 111 | 0 | 32 | 402 | 72 | 57 |
| Binary | 1011100 | 110011 | 10111101 | 110011 | 1001001 | 0 | 11010 | 100000010 | 111010 | 101111 |
Color Harmonies of #5C33BD
Complementary color
Monochromatic Colors of #5C33BD
Black with #5C33BD
Text Example
Text Example
White with #5C33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C33BD; }
p { color: rgb(92,51,189); }
H1.HeaderClassName
{
color: #5C33BD;
}
.AnyTagClassName
{
color: #5C33BD;
}
</style>
background-color css
<style>
a { background-color: #5C33BD; }
a { background-color: rgb(92,51,189); }
div.DivClassName
{
background-color: #5C33BD;
}
.BgClassName
{
background-color: #5C33BD;
}
</style>
border-color css
<style>
span { border-color: #5C33BD; }
span { border-color: rgb(92,51,189); }
td.TdClassName
{
border-color: #5C33BD;
}
.TagClassName
{
border-color: #5C33BD;
}
</style>