Shades of Purple Heart #5C30CF
Tints of Purple Heart #5C30CF
RGB
CMYK
RGB Variations
Color information
#5C30CF (or 0x5C30CF) is known color: Purple Heart. HEX triplet: 5C, 30 and CF. RGB value is (92,48,207). Sum of RGB (Red+Green+Blue) = 92+48+207=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C30CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C30CF is #A3CF30. Grayscale: #4E4E4E. Windows color (decimal): -10735409 or 13578332. OLE color: 13578332.
HSL color Cylindrical-coordinate representation of color #5C30CF: hue angle of 256.6º 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 #5C30CF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 48 | 207 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.19 |
| HSL | 256.6º | 0.62% | 0.5% | - |
| HSV(B) | 256.6º | 0.77% | 0.81% | - |
| XYZ | 16.73 | 8.89 | 59.87 | - |
| YUV | 79.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 207 | 0.56 | 0.77 | 0 | 0.19 | 256.6 | 0.62 | 0.5 |
| Hex | 5C | 30 | CF | 38 | 4D | 0 | 13 | 101 | 3E | 32 |
| Octal | 134 | 60 | 317 | 70 | 115 | 0 | 23 | 401 | 76 | 62 |
| Binary | 1011100 | 110000 | 11001111 | 111000 | 1001101 | 0 | 10011 | 100000001 | 111110 | 110010 |
Color Harmonies of #5C30CF
Complementary color
Monochromatic Colors of #5C30CF
Black with #5C30CF
Text Example
Text Example
White with #5C30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C30CF; }
p { color: rgb(92,48,207); }
H1.HeaderClassName
{
color: #5C30CF;
}
.AnyTagClassName
{
color: #5C30CF;
}
</style>
background-color css
<style>
a { background-color: #5C30CF; }
a { background-color: rgb(92,48,207); }
div.DivClassName
{
background-color: #5C30CF;
}
.BgClassName
{
background-color: #5C30CF;
}
</style>
border-color css
<style>
span { border-color: #5C30CF; }
span { border-color: rgb(92,48,207); }
td.TdClassName
{
border-color: #5C30CF;
}
.TagClassName
{
border-color: #5C30CF;
}
</style>