Shades of Purple Heart #3C17B1
Tints of Purple Heart #3C17B1
RGB
CMYK
RGB Variations
Color information
#3C17B1 (or 0x3C17B1) is known color: Purple Heart. HEX triplet: 3C, 17 and B1. RGB value is (60,23,177). Sum of RGB (Red+Green+Blue) = 60+23+177=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #3C17B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C17B1 is #C3E84E. Grayscale: #333333. Windows color (decimal): -12838991 or 11605820. OLE color: 11605820.
HSL color Cylindrical-coordinate representation of color #3C17B1: hue angle of 254.42º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C17B1 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 23 | 177 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.31 |
| HSL | 254.42º | 0.77% | 0.39% | - |
| HSV(B) | 254.42º | 0.87% | 0.69% | - |
| XYZ | 10.11 | 4.75 | 41.98 | - |
| YUV | 51.62 | 198.76 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 177 | 0.66 | 0.87 | 0 | 0.31 | 254.42 | 0.77 | 0.39 |
| Hex | 3C | 17 | B1 | 42 | 57 | 0 | 1F | FE | 4D | 27 |
| Octal | 74 | 27 | 261 | 102 | 127 | 0 | 37 | 376 | 115 | 47 |
| Binary | 111100 | 10111 | 10110001 | 1000010 | 1010111 | 0 | 11111 | 11111110 | 1001101 | 100111 |
Color Harmonies of #3C17B1
Complementary color
Monochromatic Colors of #3C17B1
Black with #3C17B1
Text Example
Text Example
White with #3C17B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17B1; }
p { color: rgb(60,23,177); }
H1.HeaderClassName
{
color: #3C17B1;
}
.AnyTagClassName
{
color: #3C17B1;
}
</style>
background-color css
<style>
a { background-color: #3C17B1; }
a { background-color: rgb(60,23,177); }
div.DivClassName
{
background-color: #3C17B1;
}
.BgClassName
{
background-color: #3C17B1;
}
</style>
border-color css
<style>
span { border-color: #3C17B1; }
span { border-color: rgb(60,23,177); }
td.TdClassName
{
border-color: #3C17B1;
}
.TagClassName
{
border-color: #3C17B1;
}
</style>