Shades of Purple Heart #5C30CE
Tints of Purple Heart #5C30CE
RGB
CMYK
RGB Variations
Color information
#5C30CE (or 0x5C30CE) is known color: Purple Heart. HEX triplet: 5C, 30 and CE. RGB value is (92,48,206). Sum of RGB (Red+Green+Blue) = 92+48+206=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C30CE is #A3CF31. Grayscale: #4E4E4E. Windows color (decimal): -10735410 or 13512796. OLE color: 13512796.
HSL color Cylindrical-coordinate representation of color #5C30CE: hue angle of 256.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C30CE is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 48 | 206 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.19 |
| HSL | 256.71º | 0.62% | 0.5% | - |
| HSV(B) | 256.71º | 0.77% | 0.81% | - |
| XYZ | 16.61 | 8.85 | 59.22 | - |
| YUV | 79.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 206 | 0.55 | 0.77 | 0 | 0.19 | 256.71 | 0.62 | 0.5 |
| Hex | 5C | 30 | CE | 37 | 4D | 0 | 13 | 101 | 3E | 32 |
| Octal | 134 | 60 | 316 | 67 | 115 | 0 | 23 | 401 | 76 | 62 |
| Binary | 1011100 | 110000 | 11001110 | 110111 | 1001101 | 0 | 10011 | 100000001 | 111110 | 110010 |
Color Harmonies of #5C30CE
Complementary color
Monochromatic Colors of #5C30CE
Black with #5C30CE
Text Example
Text Example
White with #5C30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C30CE; }
p { color: rgb(92,48,206); }
H1.HeaderClassName
{
color: #5C30CE;
}
.AnyTagClassName
{
color: #5C30CE;
}
</style>
background-color css
<style>
a { background-color: #5C30CE; }
a { background-color: rgb(92,48,206); }
div.DivClassName
{
background-color: #5C30CE;
}
.BgClassName
{
background-color: #5C30CE;
}
</style>
border-color css
<style>
span { border-color: #5C30CE; }
span { border-color: rgb(92,48,206); }
td.TdClassName
{
border-color: #5C30CE;
}
.TagClassName
{
border-color: #5C30CE;
}
</style>