Shades of Purple Heart #370FC2
Tints of Purple Heart #370FC2
RGB
CMYK
RGB Variations
Color information
#370FC2 (or 0x370FC2) is known color: Purple Heart. HEX triplet: 37, 0F and C2. RGB value is (55,15,194). Sum of RGB (Red+Green+Blue) = 55+15+194=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #370FC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FC2 is #C8F03D. Grayscale: #2E2E2E. Windows color (decimal): -13168702 or 12717879. OLE color: 12717879.
HSL color Cylindrical-coordinate representation of color #370FC2: hue angle of 253.41º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370FC2 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 15 | 194 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.24 |
| HSL | 253.41º | 0.86% | 0.41% | - |
| HSV(B) | 253.41º | 0.92% | 0.76% | - |
| XYZ | 11.48 | 5.05 | 51.41 | - |
| YUV | 47.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 194 | 0.72 | 0.92 | 0 | 0.24 | 253.41 | 0.86 | 0.41 |
| Hex | 37 | F | C2 | 48 | 5C | 0 | 18 | FD | 56 | 29 |
| Octal | 67 | 17 | 302 | 110 | 134 | 0 | 30 | 375 | 126 | 51 |
| Binary | 110111 | 1111 | 11000010 | 1001000 | 1011100 | 0 | 11000 | 11111101 | 1010110 | 101001 |
Color Harmonies of #370FC2
Complementary color
Monochromatic Colors of #370FC2
Black with #370FC2
Text Example
Text Example
White with #370FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370FC2; }
p { color: rgb(55,15,194); }
H1.HeaderClassName
{
color: #370FC2;
}
.AnyTagClassName
{
color: #370FC2;
}
</style>
background-color css
<style>
a { background-color: #370FC2; }
a { background-color: rgb(55,15,194); }
div.DivClassName
{
background-color: #370FC2;
}
.BgClassName
{
background-color: #370FC2;
}
</style>
border-color css
<style>
span { border-color: #370FC2; }
span { border-color: rgb(55,15,194); }
td.TdClassName
{
border-color: #370FC2;
}
.TagClassName
{
border-color: #370FC2;
}
</style>