Shades of Purple Heart #370CC0
Tints of Purple Heart #370CC0
RGB
CMYK
RGB Variations
Color information
#370CC0 (or 0x370CC0) is known color: Purple Heart. HEX triplet: 37, 0C and C0. RGB value is (55,12,192). Sum of RGB (Red+Green+Blue) = 55+12+192=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #370CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CC0 is #C8F33F. Grayscale: #2C2C2C. Windows color (decimal): -13169472 or 12586039. OLE color: 12586039.
HSL color Cylindrical-coordinate representation of color #370CC0: hue angle of 254.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370CC0 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 12 | 192 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.25 |
| HSL | 254.33º | 0.88% | 0.4% | - |
| HSV(B) | 254.33º | 0.94% | 0.75% | - |
| XYZ | 11.22 | 4.88 | 50.22 | - |
| YUV | 45.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 192 | 0.71 | 0.94 | 0 | 0.25 | 254.33 | 0.88 | 0.4 |
| Hex | 37 | C | C0 | 47 | 5E | 0 | 19 | FE | 58 | 28 |
| Octal | 67 | 14 | 300 | 107 | 136 | 0 | 31 | 376 | 130 | 50 |
| Binary | 110111 | 1100 | 11000000 | 1000111 | 1011110 | 0 | 11001 | 11111110 | 1011000 | 101000 |
Color Harmonies of #370CC0
Complementary color
Monochromatic Colors of #370CC0
Black with #370CC0
Text Example
Text Example
White with #370CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CC0; }
p { color: rgb(55,12,192); }
H1.HeaderClassName
{
color: #370CC0;
}
.AnyTagClassName
{
color: #370CC0;
}
</style>
background-color css
<style>
a { background-color: #370CC0; }
a { background-color: rgb(55,12,192); }
div.DivClassName
{
background-color: #370CC0;
}
.BgClassName
{
background-color: #370CC0;
}
</style>
border-color css
<style>
span { border-color: #370CC0; }
span { border-color: rgb(55,12,192); }
td.TdClassName
{
border-color: #370CC0;
}
.TagClassName
{
border-color: #370CC0;
}
</style>