Shades of Purple Heart #370BBB
Tints of Purple Heart #370BBB
RGB
CMYK
RGB Variations
Color information
#370BBB (or 0x370BBB) is known color: Purple Heart. HEX triplet: 37, 0B and BB. RGB value is (55,11,187). Sum of RGB (Red+Green+Blue) = 55+11+187=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #370BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BBB is #C8F444. Grayscale: #2B2B2B. Windows color (decimal): -13169733 or 12258103. OLE color: 12258103.
HSL color Cylindrical-coordinate representation of color #370BBB: hue angle of 255º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BBB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 11 | 187 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.27 |
| HSL | 255º | 0.89% | 0.39% | - |
| HSV(B) | 255º | 0.94% | 0.73% | - |
| XYZ | 10.66 | 4.64 | 47.35 | - |
| YUV | 44.22 | 208.58 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 187 | 0.71 | 0.94 | 0 | 0.27 | 255 | 0.89 | 0.39 |
| Hex | 37 | B | BB | 47 | 5E | 0 | 1B | FF | 59 | 27 |
| Octal | 67 | 13 | 273 | 107 | 136 | 0 | 33 | 377 | 131 | 47 |
| Binary | 110111 | 1011 | 10111011 | 1000111 | 1011110 | 0 | 11011 | 11111111 | 1011001 | 100111 |
Color Harmonies of #370BBB
Complementary color
Monochromatic Colors of #370BBB
Black with #370BBB
Text Example
Text Example
White with #370BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BBB; }
p { color: rgb(55,11,187); }
H1.HeaderClassName
{
color: #370BBB;
}
.AnyTagClassName
{
color: #370BBB;
}
</style>
background-color css
<style>
a { background-color: #370BBB; }
a { background-color: rgb(55,11,187); }
div.DivClassName
{
background-color: #370BBB;
}
.BgClassName
{
background-color: #370BBB;
}
</style>
border-color css
<style>
span { border-color: #370BBB; }
span { border-color: rgb(55,11,187); }
td.TdClassName
{
border-color: #370BBB;
}
.TagClassName
{
border-color: #370BBB;
}
</style>