Shades of Purple Heart #3817BC
Tints of Purple Heart #3817BC
RGB
CMYK
RGB Variations
Color information
#3817BC (or 0x3817BC) is known color: Purple Heart. HEX triplet: 38, 17 and BC. RGB value is (56,23,188). Sum of RGB (Red+Green+Blue) = 56+23+188=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #3817BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3817BC is #C7E843. Grayscale: #333333. Windows color (decimal): -13101124 or 12326712. OLE color: 12326712.
HSL color Cylindrical-coordinate representation of color #3817BC: hue angle of 252º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3817BC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 23 | 188 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.26 |
| HSL | 252º | 0.78% | 0.41% | - |
| HSV(B) | 252º | 0.88% | 0.74% | - |
| XYZ | 11.01 | 5.08 | 47.98 | - |
| YUV | 51.68 | 204.93 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 188 | 0.70 | 0.88 | 0 | 0.26 | 252 | 0.78 | 0.41 |
| Hex | 38 | 17 | BC | 46 | 58 | 0 | 1A | FC | 4E | 29 |
| Octal | 70 | 27 | 274 | 106 | 130 | 0 | 32 | 374 | 116 | 51 |
| Binary | 111000 | 10111 | 10111100 | 1000110 | 1011000 | 0 | 11010 | 11111100 | 1001110 | 101001 |
Color Harmonies of #3817BC
Complementary color
Monochromatic Colors of #3817BC
Black with #3817BC
Text Example
Text Example
White with #3817BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3817BC; }
p { color: rgb(56,23,188); }
H1.HeaderClassName
{
color: #3817BC;
}
.AnyTagClassName
{
color: #3817BC;
}
</style>
background-color css
<style>
a { background-color: #3817BC; }
a { background-color: rgb(56,23,188); }
div.DivClassName
{
background-color: #3817BC;
}
.BgClassName
{
background-color: #3817BC;
}
</style>
border-color css
<style>
span { border-color: #3817BC; }
span { border-color: rgb(56,23,188); }
td.TdClassName
{
border-color: #3817BC;
}
.TagClassName
{
border-color: #3817BC;
}
</style>