Shades of Purple Heart #5C33AF
Tints of Purple Heart #5C33AF
RGB
CMYK
RGB Variations
Color information
#5C33AF (or 0x5C33AF) is known color: Purple Heart. HEX triplet: 5C, 33 and AF. RGB value is (92,51,175). Sum of RGB (Red+Green+Blue) = 92+51+175=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C33AF is #A3CC50. Grayscale: #4C4C4C. Windows color (decimal): -10734673 or 11481948. OLE color: 11481948.
HSL color Cylindrical-coordinate representation of color #5C33AF: hue angle of 259.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C33AF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 51 | 175 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.31 |
| HSL | 259.84º | 0.55% | 0.44% | - |
| HSV(B) | 259.84º | 0.71% | 0.69% | - |
| XYZ | 13.34 | 7.74 | 41.35 | - |
| YUV | 77.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 175 | 0.47 | 0.71 | 0 | 0.31 | 259.84 | 0.55 | 0.44 |
| Hex | 5C | 33 | AF | 2F | 47 | 0 | 1F | 104 | 37 | 2C |
| Octal | 134 | 63 | 257 | 57 | 107 | 0 | 37 | 404 | 67 | 54 |
| Binary | 1011100 | 110011 | 10101111 | 101111 | 1000111 | 0 | 11111 | 100000100 | 110111 | 101100 |
Color Harmonies of #5C33AF
Complementary color
Monochromatic Colors of #5C33AF
Black with #5C33AF
Text Example
Text Example
White with #5C33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C33AF; }
p { color: rgb(92,51,175); }
H1.HeaderClassName
{
color: #5C33AF;
}
.AnyTagClassName
{
color: #5C33AF;
}
</style>
background-color css
<style>
a { background-color: #5C33AF; }
a { background-color: rgb(92,51,175); }
div.DivClassName
{
background-color: #5C33AF;
}
.BgClassName
{
background-color: #5C33AF;
}
</style>
border-color css
<style>
span { border-color: #5C33AF; }
span { border-color: rgb(92,51,175); }
td.TdClassName
{
border-color: #5C33AF;
}
.TagClassName
{
border-color: #5C33AF;
}
</style>