Shades of Purple Heart #5C21CF
Tints of Purple Heart #5C21CF
RGB
CMYK
RGB Variations
Color information
#5C21CF (or 0x5C21CF) is known color: Purple Heart. HEX triplet: 5C, 21 and CF. RGB value is (92,33,207). Sum of RGB (Red+Green+Blue) = 92+33+207=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C21CF is #A3DE30. Grayscale: #454545. Windows color (decimal): -10739249 or 13574492. OLE color: 13574492.
HSL color Cylindrical-coordinate representation of color #5C21CF: hue angle of 260.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C21CF is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 33 | 207 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.19 |
| HSL | 260.34º | 0.73% | 0.47% | - |
| HSV(B) | 260.34º | 0.84% | 0.81% | - |
| XYZ | 16.22 | 7.87 | 59.7 | - |
| YUV | 70.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 207 | 0.56 | 0.84 | 0 | 0.19 | 260.34 | 0.73 | 0.47 |
| Hex | 5C | 21 | CF | 38 | 54 | 0 | 13 | 104 | 48 | 2F |
| Octal | 134 | 41 | 317 | 70 | 124 | 0 | 23 | 404 | 110 | 57 |
| Binary | 1011100 | 100001 | 11001111 | 111000 | 1010100 | 0 | 10011 | 100000100 | 1001000 | 101111 |
Color Harmonies of #5C21CF
Complementary color
Monochromatic Colors of #5C21CF
Black with #5C21CF
Text Example
Text Example
White with #5C21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C21CF; }
p { color: rgb(92,33,207); }
H1.HeaderClassName
{
color: #5C21CF;
}
.AnyTagClassName
{
color: #5C21CF;
}
</style>
background-color css
<style>
a { background-color: #5C21CF; }
a { background-color: rgb(92,33,207); }
div.DivClassName
{
background-color: #5C21CF;
}
.BgClassName
{
background-color: #5C21CF;
}
</style>
border-color css
<style>
span { border-color: #5C21CF; }
span { border-color: rgb(92,33,207); }
td.TdClassName
{
border-color: #5C21CF;
}
.TagClassName
{
border-color: #5C21CF;
}
</style>