Shades of Purple Heart #3C18CD
Tints of Purple Heart #3C18CD
RGB
CMYK
RGB Variations
Color information
#3C18CD (or 0x3C18CD) is known color: Purple Heart. HEX triplet: 3C, 18 and CD. RGB value is (60,24,205). Sum of RGB (Red+Green+Blue) = 60+24+205=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C18CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C18CD is #C3E732. Grayscale: #363636. Windows color (decimal): -12838707 or 13441084. OLE color: 13441084.
HSL color Cylindrical-coordinate representation of color #3C18CD: hue angle of 251.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C18CD is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 24 | 205 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.20 |
| HSL | 251.93º | 0.79% | 0.45% | - |
| HSV(B) | 251.93º | 0.88% | 0.8% | - |
| XYZ | 13.21 | 6.02 | 58.22 | - |
| YUV | 55.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 205 | 0.71 | 0.88 | 0 | 0.20 | 251.93 | 0.79 | 0.45 |
| Hex | 3C | 18 | CD | 47 | 58 | 0 | 14 | FC | 4F | 2D |
| Octal | 74 | 30 | 315 | 107 | 130 | 0 | 24 | 374 | 117 | 55 |
| Binary | 111100 | 11000 | 11001101 | 1000111 | 1011000 | 0 | 10100 | 11111100 | 1001111 | 101101 |
Color Harmonies of #3C18CD
Complementary color
Monochromatic Colors of #3C18CD
Black with #3C18CD
Text Example
Text Example
White with #3C18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18CD; }
p { color: rgb(60,24,205); }
H1.HeaderClassName
{
color: #3C18CD;
}
.AnyTagClassName
{
color: #3C18CD;
}
</style>
background-color css
<style>
a { background-color: #3C18CD; }
a { background-color: rgb(60,24,205); }
div.DivClassName
{
background-color: #3C18CD;
}
.BgClassName
{
background-color: #3C18CD;
}
</style>
border-color css
<style>
span { border-color: #3C18CD; }
span { border-color: rgb(60,24,205); }
td.TdClassName
{
border-color: #3C18CD;
}
.TagClassName
{
border-color: #3C18CD;
}
</style>