Shades of Purple Heart #5C23CB
Tints of Purple Heart #5C23CB
RGB
CMYK
RGB Variations
Color information
#5C23CB (or 0x5C23CB) is known color: Purple Heart. HEX triplet: 5C, 23 and CB. RGB value is (92,35,203). Sum of RGB (Red+Green+Blue) = 92+35+203=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C23CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C23CB is #A3DC34. Grayscale: #464646. Windows color (decimal): -10738741 or 13312860. OLE color: 13312860.
HSL color Cylindrical-coordinate representation of color #5C23CB: hue angle of 260.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C23CB is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 35 | 203 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.20 |
| HSL | 260.36º | 0.71% | 0.47% | - |
| HSV(B) | 260.36º | 0.83% | 0.8% | - |
| XYZ | 15.79 | 7.79 | 57.17 | - |
| YUV | 71.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 203 | 0.55 | 0.83 | 0 | 0.20 | 260.36 | 0.71 | 0.47 |
| Hex | 5C | 23 | CB | 37 | 53 | 0 | 14 | 104 | 47 | 2F |
| Octal | 134 | 43 | 313 | 67 | 123 | 0 | 24 | 404 | 107 | 57 |
| Binary | 1011100 | 100011 | 11001011 | 110111 | 1010011 | 0 | 10100 | 100000100 | 1000111 | 101111 |
Color Harmonies of #5C23CB
Complementary color
Monochromatic Colors of #5C23CB
Black with #5C23CB
Text Example
Text Example
White with #5C23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C23CB; }
p { color: rgb(92,35,203); }
H1.HeaderClassName
{
color: #5C23CB;
}
.AnyTagClassName
{
color: #5C23CB;
}
</style>
background-color css
<style>
a { background-color: #5C23CB; }
a { background-color: rgb(92,35,203); }
div.DivClassName
{
background-color: #5C23CB;
}
.BgClassName
{
background-color: #5C23CB;
}
</style>
border-color css
<style>
span { border-color: #5C23CB; }
span { border-color: rgb(92,35,203); }
td.TdClassName
{
border-color: #5C23CB;
}
.TagClassName
{
border-color: #5C23CB;
}
</style>