Shades of Purple Heart #370BBE
Tints of Purple Heart #370BBE
RGB
CMYK
RGB Variations
Color information
#370BBE (or 0x370BBE) is known color: Purple Heart. HEX triplet: 37, 0B and BE. RGB value is (55,11,190). Sum of RGB (Red+Green+Blue) = 55+11+190=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #370BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BBE is #C8F441. Grayscale: #2B2B2B. Windows color (decimal): -13169730 or 12454711. OLE color: 12454711.
HSL color Cylindrical-coordinate representation of color #370BBE: hue angle of 254.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BBE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 11 | 190 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.25 |
| HSL | 254.75º | 0.89% | 0.39% | - |
| HSV(B) | 254.75º | 0.94% | 0.75% | - |
| XYZ | 10.99 | 4.77 | 49.06 | - |
| YUV | 44.56 | 210.08 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 190 | 0.71 | 0.94 | 0 | 0.25 | 254.75 | 0.89 | 0.39 |
| Hex | 37 | B | BE | 47 | 5E | 0 | 19 | FF | 59 | 27 |
| Octal | 67 | 13 | 276 | 107 | 136 | 0 | 31 | 377 | 131 | 47 |
| Binary | 110111 | 1011 | 10111110 | 1000111 | 1011110 | 0 | 11001 | 11111111 | 1011001 | 100111 |
Color Harmonies of #370BBE
Complementary color
Monochromatic Colors of #370BBE
Black with #370BBE
Text Example
Text Example
White with #370BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BBE; }
p { color: rgb(55,11,190); }
H1.HeaderClassName
{
color: #370BBE;
}
.AnyTagClassName
{
color: #370BBE;
}
</style>
background-color css
<style>
a { background-color: #370BBE; }
a { background-color: rgb(55,11,190); }
div.DivClassName
{
background-color: #370BBE;
}
.BgClassName
{
background-color: #370BBE;
}
</style>
border-color css
<style>
span { border-color: #370BBE; }
span { border-color: rgb(55,11,190); }
td.TdClassName
{
border-color: #370BBE;
}
.TagClassName
{
border-color: #370BBE;
}
</style>