Shades of Purple Heart #5C34C9
Tints of Purple Heart #5C34C9
RGB
CMYK
RGB Variations
Color information
#5C34C9 (or 0x5C34C9) is known color: Purple Heart. HEX triplet: 5C, 34 and C9. RGB value is (92,52,201). Sum of RGB (Red+Green+Blue) = 92+52+201=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C34C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C34C9 is #A3CB36. Grayscale: #505050. Windows color (decimal): -10734391 or 13186140. OLE color: 13186140.
HSL color Cylindrical-coordinate representation of color #5C34C9: hue angle of 256.11º 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 #5C34C9 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 52 | 201 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.21 |
| HSL | 256.11º | 0.59% | 0.5% | - |
| HSV(B) | 256.11º | 0.74% | 0.79% | - |
| XYZ | 16.18 | 8.95 | 56.13 | - |
| YUV | 80.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 201 | 0.54 | 0.74 | 0 | 0.21 | 256.11 | 0.59 | 0.5 |
| Hex | 5C | 34 | C9 | 36 | 4A | 0 | 15 | 100 | 3B | 32 |
| Octal | 134 | 64 | 311 | 66 | 112 | 0 | 25 | 400 | 73 | 62 |
| Binary | 1011100 | 110100 | 11001001 | 110110 | 1001010 | 0 | 10101 | 100000000 | 111011 | 110010 |
Color Harmonies of #5C34C9
Complementary color
Monochromatic Colors of #5C34C9
Black with #5C34C9
Text Example
Text Example
White with #5C34C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C34C9; }
p { color: rgb(92,52,201); }
H1.HeaderClassName
{
color: #5C34C9;
}
.AnyTagClassName
{
color: #5C34C9;
}
</style>
background-color css
<style>
a { background-color: #5C34C9; }
a { background-color: rgb(92,52,201); }
div.DivClassName
{
background-color: #5C34C9;
}
.BgClassName
{
background-color: #5C34C9;
}
</style>
border-color css
<style>
span { border-color: #5C34C9; }
span { border-color: rgb(92,52,201); }
td.TdClassName
{
border-color: #5C34C9;
}
.TagClassName
{
border-color: #5C34C9;
}
</style>