Shades of Purple Heart #370CBF
Tints of Purple Heart #370CBF
RGB
CMYK
RGB Variations
Color information
#370CBF (or 0x370CBF) is known color: Purple Heart. HEX triplet: 37, 0C and BF. RGB value is (55,12,191). Sum of RGB (Red+Green+Blue) = 55+12+191=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #370CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CBF is #C8F340. Grayscale: #2C2C2C. Windows color (decimal): -13169473 or 12520503. OLE color: 12520503.
HSL color Cylindrical-coordinate representation of color #370CBF: hue angle of 254.41º 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 #370CBF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 12 | 191 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.25 |
| HSL | 254.41º | 0.88% | 0.4% | - |
| HSV(B) | 254.41º | 0.94% | 0.75% | - |
| XYZ | 11.11 | 4.84 | 49.64 | - |
| YUV | 45.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 191 | 0.71 | 0.94 | 0 | 0.25 | 254.41 | 0.88 | 0.4 |
| Hex | 37 | C | BF | 47 | 5E | 0 | 19 | FE | 58 | 28 |
| Octal | 67 | 14 | 277 | 107 | 136 | 0 | 31 | 376 | 130 | 50 |
| Binary | 110111 | 1100 | 10111111 | 1000111 | 1011110 | 0 | 11001 | 11111110 | 1011000 | 101000 |
Color Harmonies of #370CBF
Complementary color
Monochromatic Colors of #370CBF
Black with #370CBF
Text Example
Text Example
White with #370CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370CBF; }
p { color: rgb(55,12,191); }
H1.HeaderClassName
{
color: #370CBF;
}
.AnyTagClassName
{
color: #370CBF;
}
</style>
background-color css
<style>
a { background-color: #370CBF; }
a { background-color: rgb(55,12,191); }
div.DivClassName
{
background-color: #370CBF;
}
.BgClassName
{
background-color: #370CBF;
}
</style>
border-color css
<style>
span { border-color: #370CBF; }
span { border-color: rgb(55,12,191); }
td.TdClassName
{
border-color: #370CBF;
}
.TagClassName
{
border-color: #370CBF;
}
</style>