Shades of Purple Heart #5C03CD
Tints of Purple Heart #5C03CD
RGB
CMYK
RGB Variations
Color information
#5C03CD (or 0x5C03CD) is known color: Purple Heart. HEX triplet: 5C, 03 and CD. RGB value is (92,3,205). Sum of RGB (Red+Green+Blue) = 92+3+205=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C03CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C03CD is #A3FC32. Grayscale: #333333. Windows color (decimal): -10746931 or 13435740. OLE color: 13435740.
HSL color Cylindrical-coordinate representation of color #5C03CD: hue angle of 266.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C03CD is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 3 | 205 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.20 |
| HSL | 266.44º | 0.97% | 0.41% | - |
| HSV(B) | 266.44º | 0.99% | 0.8% | - |
| XYZ | 15.47 | 6.75 | 58.25 | - |
| YUV | 52.64 | 213.99 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 205 | 0.55 | 0.99 | 0 | 0.20 | 266.44 | 0.97 | 0.41 |
| Hex | 5C | 3 | CD | 37 | 63 | 0 | 14 | 10A | 61 | 29 |
| Octal | 134 | 3 | 315 | 67 | 143 | 0 | 24 | 412 | 141 | 51 |
| Binary | 1011100 | 11 | 11001101 | 110111 | 1100011 | 0 | 10100 | 100001010 | 1100001 | 101001 |
Color Harmonies of #5C03CD
Complementary color
Monochromatic Colors of #5C03CD
Black with #5C03CD
Text Example
Text Example
White with #5C03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C03CD; }
p { color: rgb(92,3,205); }
H1.HeaderClassName
{
color: #5C03CD;
}
.AnyTagClassName
{
color: #5C03CD;
}
</style>
background-color css
<style>
a { background-color: #5C03CD; }
a { background-color: rgb(92,3,205); }
div.DivClassName
{
background-color: #5C03CD;
}
.BgClassName
{
background-color: #5C03CD;
}
</style>
border-color css
<style>
span { border-color: #5C03CD; }
span { border-color: rgb(92,3,205); }
td.TdClassName
{
border-color: #5C03CD;
}
.TagClassName
{
border-color: #5C03CD;
}
</style>