Shades of Purple Heart #370DC6
Tints of Purple Heart #370DC6
RGB
CMYK
RGB Variations
Color information
#370DC6 (or 0x370DC6) is known color: Purple Heart. HEX triplet: 37, 0D and C6. RGB value is (55,13,198). Sum of RGB (Red+Green+Blue) = 55+13+198=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 198 (77.73% from 255 or 74.44% from 266); Max value from RGB is 198 - color contains mainly: blue. Hex color #370DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DC6 is #C8F239. Grayscale: #2D2D2D. Windows color (decimal): -13169210 or 12979511. OLE color: 12979511.
HSL color Cylindrical-coordinate representation of color #370DC6: hue angle of 253.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370DC6 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 13 | 198 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.22 |
| HSL | 253.62º | 0.88% | 0.41% | - |
| HSV(B) | 253.62º | 0.93% | 0.78% | - |
| XYZ | 11.91 | 5.18 | 53.8 | - |
| YUV | 46.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 198 | 0.72 | 0.93 | 0 | 0.22 | 253.62 | 0.88 | 0.41 |
| Hex | 37 | D | C6 | 48 | 5D | 0 | 16 | FE | 58 | 29 |
| Octal | 67 | 15 | 306 | 110 | 135 | 0 | 26 | 376 | 130 | 51 |
| Binary | 110111 | 1101 | 11000110 | 1001000 | 1011101 | 0 | 10110 | 11111110 | 1011000 | 101001 |
Color Harmonies of #370DC6
Complementary color
Monochromatic Colors of #370DC6
Black with #370DC6
Text Example
Text Example
White with #370DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DC6; }
p { color: rgb(55,13,198); }
H1.HeaderClassName
{
color: #370DC6;
}
.AnyTagClassName
{
color: #370DC6;
}
</style>
background-color css
<style>
a { background-color: #370DC6; }
a { background-color: rgb(55,13,198); }
div.DivClassName
{
background-color: #370DC6;
}
.BgClassName
{
background-color: #370DC6;
}
</style>
border-color css
<style>
span { border-color: #370DC6; }
span { border-color: rgb(55,13,198); }
td.TdClassName
{
border-color: #370DC6;
}
.TagClassName
{
border-color: #370DC6;
}
</style>