Shades of Purple Heart #3717B8
Tints of Purple Heart #3717B8
RGB
CMYK
RGB Variations
Color information
#3717B8 (or 0x3717B8) is known color: Purple Heart. HEX triplet: 37, 17 and B8. RGB value is (55,23,184). Sum of RGB (Red+Green+Blue) = 55+23+184=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 184 (72.27% from 255 or 70.23% from 262); Max value from RGB is 184 - color contains mainly: blue. Hex color #3717B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3717B8 is #C8E847. Grayscale: #323232. Windows color (decimal): -13166664 or 12064567. OLE color: 12064567.
HSL color Cylindrical-coordinate representation of color #3717B8: hue angle of 251.93º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3717B8 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 23 | 184 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.28 |
| HSL | 251.93º | 0.78% | 0.41% | - |
| HSV(B) | 251.93º | 0.88% | 0.72% | - |
| XYZ | 10.53 | 4.89 | 45.74 | - |
| YUV | 50.92 | 203.1 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 184 | 0.70 | 0.88 | 0 | 0.28 | 251.93 | 0.78 | 0.41 |
| Hex | 37 | 17 | B8 | 46 | 58 | 0 | 1C | FC | 4E | 29 |
| Octal | 67 | 27 | 270 | 106 | 130 | 0 | 34 | 374 | 116 | 51 |
| Binary | 110111 | 10111 | 10111000 | 1000110 | 1011000 | 0 | 11100 | 11111100 | 1001110 | 101001 |
Color Harmonies of #3717B8
Complementary color
Monochromatic Colors of #3717B8
Black with #3717B8
Text Example
Text Example
White with #3717B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3717B8; }
p { color: rgb(55,23,184); }
H1.HeaderClassName
{
color: #3717B8;
}
.AnyTagClassName
{
color: #3717B8;
}
</style>
background-color css
<style>
a { background-color: #3717B8; }
a { background-color: rgb(55,23,184); }
div.DivClassName
{
background-color: #3717B8;
}
.BgClassName
{
background-color: #3717B8;
}
</style>
border-color css
<style>
span { border-color: #3717B8; }
span { border-color: rgb(55,23,184); }
td.TdClassName
{
border-color: #3717B8;
}
.TagClassName
{
border-color: #3717B8;
}
</style>