Shades of Purple Heart #5C17C1
Tints of Purple Heart #5C17C1
RGB
CMYK
RGB Variations
Color information
#5C17C1 (or 0x5C17C1) is known color: Purple Heart. HEX triplet: 5C, 17 and C1. RGB value is (92,23,193). Sum of RGB (Red+Green+Blue) = 92+23+193=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C17C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C17C1 is #A3E83E. Grayscale: #3E3E3E. Windows color (decimal): -10741823 or 12654428. OLE color: 12654428.
HSL color Cylindrical-coordinate representation of color #5C17C1: hue angle of 264.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C17C1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 23 | 193 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.24 |
| HSL | 264.35º | 0.79% | 0.42% | - |
| HSV(B) | 264.35º | 0.88% | 0.76% | - |
| XYZ | 14.35 | 6.74 | 51 | - |
| YUV | 63.01 | 201.36 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 193 | 0.52 | 0.88 | 0 | 0.24 | 264.35 | 0.79 | 0.42 |
| Hex | 5C | 17 | C1 | 34 | 58 | 0 | 18 | 108 | 4F | 2A |
| Octal | 134 | 27 | 301 | 64 | 130 | 0 | 30 | 410 | 117 | 52 |
| Binary | 1011100 | 10111 | 11000001 | 110100 | 1011000 | 0 | 11000 | 100001000 | 1001111 | 101010 |
Color Harmonies of #5C17C1
Complementary color
Monochromatic Colors of #5C17C1
Black with #5C17C1
Text Example
Text Example
White with #5C17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C17C1; }
p { color: rgb(92,23,193); }
H1.HeaderClassName
{
color: #5C17C1;
}
.AnyTagClassName
{
color: #5C17C1;
}
</style>
background-color css
<style>
a { background-color: #5C17C1; }
a { background-color: rgb(92,23,193); }
div.DivClassName
{
background-color: #5C17C1;
}
.BgClassName
{
background-color: #5C17C1;
}
</style>
border-color css
<style>
span { border-color: #5C17C1; }
span { border-color: rgb(92,23,193); }
td.TdClassName
{
border-color: #5C17C1;
}
.TagClassName
{
border-color: #5C17C1;
}
</style>