Shades of Purple Heart #3708BC
Tints of Purple Heart #3708BC
RGB
CMYK
RGB Variations
Color information
#3708BC (or 0x3708BC) is known color: Purple Heart. HEX triplet: 37, 08 and BC. RGB value is (55,8,188). Sum of RGB (Red+Green+Blue) = 55+8+188=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #3708BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708BC is #C8F743. Grayscale: #292929. Windows color (decimal): -13170500 or 12322871. OLE color: 12322871.
HSL color Cylindrical-coordinate representation of color #3708BC: hue angle of 255.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3708BC is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 8 | 188 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.26 |
| HSL | 255.67º | 0.92% | 0.38% | - |
| HSV(B) | 255.67º | 0.96% | 0.74% | - |
| XYZ | 10.74 | 4.62 | 47.9 | - |
| YUV | 42.57 | 210.07 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 188 | 0.71 | 0.96 | 0 | 0.26 | 255.67 | 0.92 | 0.38 |
| Hex | 37 | 8 | BC | 47 | 60 | 0 | 1A | 100 | 5C | 26 |
| Octal | 67 | 10 | 274 | 107 | 140 | 0 | 32 | 400 | 134 | 46 |
| Binary | 110111 | 1000 | 10111100 | 1000111 | 1100000 | 0 | 11010 | 100000000 | 1011100 | 100110 |
Color Harmonies of #3708BC
Complementary color
Monochromatic Colors of #3708BC
Black with #3708BC
Text Example
Text Example
White with #3708BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708BC; }
p { color: rgb(55,8,188); }
H1.HeaderClassName
{
color: #3708BC;
}
.AnyTagClassName
{
color: #3708BC;
}
</style>
background-color css
<style>
a { background-color: #3708BC; }
a { background-color: rgb(55,8,188); }
div.DivClassName
{
background-color: #3708BC;
}
.BgClassName
{
background-color: #3708BC;
}
</style>
border-color css
<style>
span { border-color: #3708BC; }
span { border-color: rgb(55,8,188); }
td.TdClassName
{
border-color: #3708BC;
}
.TagClassName
{
border-color: #3708BC;
}
</style>