Shades of Purple Heart #370BC4
Tints of Purple Heart #370BC4
RGB
CMYK
RGB Variations
Color information
#370BC4 (or 0x370BC4) is known color: Purple Heart. HEX triplet: 37, 0B and C4. RGB value is (55,11,196). Sum of RGB (Red+Green+Blue) = 55+11+196=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 196 (76.95% from 255 or 74.81% from 262); Max value from RGB is 196 - color contains mainly: blue. Hex color #370BC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BC4 is #C8F43B. Grayscale: #2C2C2C. Windows color (decimal): -13169724 or 12847927. OLE color: 12847927.
HSL color Cylindrical-coordinate representation of color #370BC4: hue angle of 254.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BC4 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 11 | 196 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.23 |
| HSL | 254.27º | 0.89% | 0.41% | - |
| HSV(B) | 254.27º | 0.94% | 0.77% | - |
| XYZ | 11.66 | 5.04 | 52.58 | - |
| YUV | 45.25 | 213.08 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 196 | 0.72 | 0.94 | 0 | 0.23 | 254.27 | 0.89 | 0.41 |
| Hex | 37 | B | C4 | 48 | 5E | 0 | 17 | FE | 59 | 29 |
| Octal | 67 | 13 | 304 | 110 | 136 | 0 | 27 | 376 | 131 | 51 |
| Binary | 110111 | 1011 | 11000100 | 1001000 | 1011110 | 0 | 10111 | 11111110 | 1011001 | 101001 |
Color Harmonies of #370BC4
Complementary color
Monochromatic Colors of #370BC4
Black with #370BC4
Text Example
Text Example
White with #370BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BC4; }
p { color: rgb(55,11,196); }
H1.HeaderClassName
{
color: #370BC4;
}
.AnyTagClassName
{
color: #370BC4;
}
</style>
background-color css
<style>
a { background-color: #370BC4; }
a { background-color: rgb(55,11,196); }
div.DivClassName
{
background-color: #370BC4;
}
.BgClassName
{
background-color: #370BC4;
}
</style>
border-color css
<style>
span { border-color: #370BC4; }
span { border-color: rgb(55,11,196); }
td.TdClassName
{
border-color: #370BC4;
}
.TagClassName
{
border-color: #370BC4;
}
</style>