Shades of Purple Heart #3C25C6
Tints of Purple Heart #3C25C6
RGB
CMYK
RGB Variations
Color information
#3C25C6 (or 0x3C25C6) is known color: Purple Heart. HEX triplet: 3C, 25 and C6. RGB value is (60,37,198). Sum of RGB (Red+Green+Blue) = 60+37+198=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #3C25C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C25C6 is #C3DA39. Grayscale: #3D3D3D. Windows color (decimal): -12835386 or 12985660. OLE color: 12985660.
HSL color Cylindrical-coordinate representation of color #3C25C6: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C25C6 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 37 | 198 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.22 |
| HSL | 248.57º | 0.69% | 0.46% | - |
| HSV(B) | 248.57º | 0.81% | 0.78% | - |
| XYZ | 12.72 | 6.36 | 53.98 | - |
| YUV | 62.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 198 | 0.70 | 0.81 | 0 | 0.22 | 248.57 | 0.69 | 0.46 |
| Hex | 3C | 25 | C6 | 46 | 51 | 0 | 16 | F9 | 45 | 2E |
| Octal | 74 | 45 | 306 | 106 | 121 | 0 | 26 | 371 | 105 | 56 |
| Binary | 111100 | 100101 | 11000110 | 1000110 | 1010001 | 0 | 10110 | 11111001 | 1000101 | 101110 |
Color Harmonies of #3C25C6
Complementary color
Monochromatic Colors of #3C25C6
Black with #3C25C6
Text Example
Text Example
White with #3C25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C25C6; }
p { color: rgb(60,37,198); }
H1.HeaderClassName
{
color: #3C25C6;
}
.AnyTagClassName
{
color: #3C25C6;
}
</style>
background-color css
<style>
a { background-color: #3C25C6; }
a { background-color: rgb(60,37,198); }
div.DivClassName
{
background-color: #3C25C6;
}
.BgClassName
{
background-color: #3C25C6;
}
</style>
border-color css
<style>
span { border-color: #3C25C6; }
span { border-color: rgb(60,37,198); }
td.TdClassName
{
border-color: #3C25C6;
}
.TagClassName
{
border-color: #3C25C6;
}
</style>