Shades of Purple Heart #3812BD
Tints of Purple Heart #3812BD
RGB
CMYK
RGB Variations
Color information
#3812BD (or 0x3812BD) is known color: Purple Heart. HEX triplet: 38, 12 and BD. RGB value is (56,18,189). Sum of RGB (Red+Green+Blue) = 56+18+189=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3812BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812BD is #C7ED42. Grayscale: #303030. Windows color (decimal): -13102403 or 12390968. OLE color: 12390968.
HSL color Cylindrical-coordinate representation of color #3812BD: hue angle of 253.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3812BD is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 18 | 189 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.26 |
| HSL | 253.33º | 0.83% | 0.41% | - |
| HSV(B) | 253.33º | 0.9% | 0.74% | - |
| XYZ | 11.03 | 4.95 | 48.52 | - |
| YUV | 48.86 | 207.09 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 189 | 0.70 | 0.90 | 0 | 0.26 | 253.33 | 0.83 | 0.41 |
| Hex | 38 | 12 | BD | 46 | 5A | 0 | 1A | FD | 53 | 29 |
| Octal | 70 | 22 | 275 | 106 | 132 | 0 | 32 | 375 | 123 | 51 |
| Binary | 111000 | 10010 | 10111101 | 1000110 | 1011010 | 0 | 11010 | 11111101 | 1010011 | 101001 |
Color Harmonies of #3812BD
Complementary color
Monochromatic Colors of #3812BD
Black with #3812BD
Text Example
Text Example
White with #3812BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3812BD; }
p { color: rgb(56,18,189); }
H1.HeaderClassName
{
color: #3812BD;
}
.AnyTagClassName
{
color: #3812BD;
}
</style>
background-color css
<style>
a { background-color: #3812BD; }
a { background-color: rgb(56,18,189); }
div.DivClassName
{
background-color: #3812BD;
}
.BgClassName
{
background-color: #3812BD;
}
</style>
border-color css
<style>
span { border-color: #3812BD; }
span { border-color: rgb(56,18,189); }
td.TdClassName
{
border-color: #3812BD;
}
.TagClassName
{
border-color: #3812BD;
}
</style>