Shades of Purple Heart #3711C3
Tints of Purple Heart #3711C3
RGB
CMYK
RGB Variations
Color information
#3711C3 (or 0x3711C3) is known color: Purple Heart. HEX triplet: 37, 11 and C3. RGB value is (55,17,195). Sum of RGB (Red+Green+Blue) = 55+17+195=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 195 (76.56% from 255 or 73.03% from 267); Max value from RGB is 195 - color contains mainly: blue. Hex color #3711C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3711C3 is #C8EE3C. Grayscale: #2F2F2F. Windows color (decimal): -13168189 or 12783927. OLE color: 12783927.
HSL color Cylindrical-coordinate representation of color #3711C3: hue angle of 252.81º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3711C3 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 17 | 195 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.24 |
| HSL | 252.81º | 0.84% | 0.42% | - |
| HSV(B) | 252.81º | 0.91% | 0.76% | - |
| XYZ | 11.63 | 5.15 | 52.01 | - |
| YUV | 48.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 195 | 0.72 | 0.91 | 0 | 0.24 | 252.81 | 0.84 | 0.42 |
| Hex | 37 | 11 | C3 | 48 | 5B | 0 | 18 | FD | 54 | 2A |
| Octal | 67 | 21 | 303 | 110 | 133 | 0 | 30 | 375 | 124 | 52 |
| Binary | 110111 | 10001 | 11000011 | 1001000 | 1011011 | 0 | 11000 | 11111101 | 1010100 | 101010 |
Color Harmonies of #3711C3
Complementary color
Monochromatic Colors of #3711C3
Black with #3711C3
Text Example
Text Example
White with #3711C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3711C3; }
p { color: rgb(55,17,195); }
H1.HeaderClassName
{
color: #3711C3;
}
.AnyTagClassName
{
color: #3711C3;
}
</style>
background-color css
<style>
a { background-color: #3711C3; }
a { background-color: rgb(55,17,195); }
div.DivClassName
{
background-color: #3711C3;
}
.BgClassName
{
background-color: #3711C3;
}
</style>
border-color css
<style>
span { border-color: #3711C3; }
span { border-color: rgb(55,17,195); }
td.TdClassName
{
border-color: #3711C3;
}
.TagClassName
{
border-color: #3711C3;
}
</style>