Shades of Purple Heart #5C06CD
Tints of Purple Heart #5C06CD
RGB
CMYK
RGB Variations
Color information
#5C06CD (or 0x5C06CD) is known color: Purple Heart. HEX triplet: 5C, 06 and CD. RGB value is (92,6,205). Sum of RGB (Red+Green+Blue) = 92+6+205=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C06CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06CD is #A3F932. Grayscale: #353535. Windows color (decimal): -10746163 or 13436508. OLE color: 13436508.
HSL color Cylindrical-coordinate representation of color #5C06CD: hue angle of 265.93º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C06CD is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 6 | 205 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.20 |
| HSL | 265.93º | 0.94% | 0.41% | - |
| HSV(B) | 265.93º | 0.97% | 0.8% | - |
| XYZ | 15.5 | 6.81 | 58.26 | - |
| YUV | 54.4 | 212.99 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 205 | 0.55 | 0.97 | 0 | 0.20 | 265.93 | 0.94 | 0.41 |
| Hex | 5C | 6 | CD | 37 | 61 | 0 | 14 | 10A | 5E | 29 |
| Octal | 134 | 6 | 315 | 67 | 141 | 0 | 24 | 412 | 136 | 51 |
| Binary | 1011100 | 110 | 11001101 | 110111 | 1100001 | 0 | 10100 | 100001010 | 1011110 | 101001 |
Color Harmonies of #5C06CD
Complementary color
Monochromatic Colors of #5C06CD
Black with #5C06CD
Text Example
Text Example
White with #5C06CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C06CD; }
p { color: rgb(92,6,205); }
H1.HeaderClassName
{
color: #5C06CD;
}
.AnyTagClassName
{
color: #5C06CD;
}
</style>
background-color css
<style>
a { background-color: #5C06CD; }
a { background-color: rgb(92,6,205); }
div.DivClassName
{
background-color: #5C06CD;
}
.BgClassName
{
background-color: #5C06CD;
}
</style>
border-color css
<style>
span { border-color: #5C06CD; }
span { border-color: rgb(92,6,205); }
td.TdClassName
{
border-color: #5C06CD;
}
.TagClassName
{
border-color: #5C06CD;
}
</style>