Shades of Purple Heart #5C34CA
Tints of Purple Heart #5C34CA
RGB
CMYK
RGB Variations
Color information
#5C34CA (or 0x5C34CA) is known color: Purple Heart. HEX triplet: 5C, 34 and CA. RGB value is (92,52,202). Sum of RGB (Red+Green+Blue) = 92+52+202=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C34CA is #A3CB35. Grayscale: #505050. Windows color (decimal): -10734390 or 13251676. OLE color: 13251676.
HSL color Cylindrical-coordinate representation of color #5C34CA: hue angle of 256º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C34CA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 52 | 202 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.21 |
| HSL | 256º | 0.59% | 0.5% | - |
| HSV(B) | 256º | 0.74% | 0.79% | - |
| XYZ | 16.3 | 9 | 56.75 | - |
| YUV | 81.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 202 | 0.54 | 0.74 | 0 | 0.21 | 256 | 0.59 | 0.5 |
| Hex | 5C | 34 | CA | 36 | 4A | 0 | 15 | 100 | 3B | 32 |
| Octal | 134 | 64 | 312 | 66 | 112 | 0 | 25 | 400 | 73 | 62 |
| Binary | 1011100 | 110100 | 11001010 | 110110 | 1001010 | 0 | 10101 | 100000000 | 111011 | 110010 |
Color Harmonies of #5C34CA
Complementary color
Monochromatic Colors of #5C34CA
Black with #5C34CA
Text Example
Text Example
White with #5C34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C34CA; }
p { color: rgb(92,52,202); }
H1.HeaderClassName
{
color: #5C34CA;
}
.AnyTagClassName
{
color: #5C34CA;
}
</style>
background-color css
<style>
a { background-color: #5C34CA; }
a { background-color: rgb(92,52,202); }
div.DivClassName
{
background-color: #5C34CA;
}
.BgClassName
{
background-color: #5C34CA;
}
</style>
border-color css
<style>
span { border-color: #5C34CA; }
span { border-color: rgb(92,52,202); }
td.TdClassName
{
border-color: #5C34CA;
}
.TagClassName
{
border-color: #5C34CA;
}
</style>