Shades of Purple Heart #3804BD
Tints of Purple Heart #3804BD
RGB
CMYK
RGB Variations
Color information
#3804BD (or 0x3804BD) is known color: Purple Heart. HEX triplet: 38, 04 and BD. RGB value is (56,4,189). Sum of RGB (Red+Green+Blue) = 56+4+189=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #3804BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3804BD is #C7FB42. Grayscale: #272727. Windows color (decimal): -13105987 or 12387384. OLE color: 12387384.
HSL color Cylindrical-coordinate representation of color #3804BD: hue angle of 256.86º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804BD is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 4 | 189 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.26 |
| HSL | 256.86º | 0.96% | 0.38% | - |
| HSV(B) | 256.86º | 0.98% | 0.74% | - |
| XYZ | 10.86 | 4.6 | 48.46 | - |
| YUV | 40.64 | 211.73 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 189 | 0.70 | 0.98 | 0 | 0.26 | 256.86 | 0.96 | 0.38 |
| Hex | 38 | 4 | BD | 46 | 62 | 0 | 1A | 101 | 60 | 26 |
| Octal | 70 | 4 | 275 | 106 | 142 | 0 | 32 | 401 | 140 | 46 |
| Binary | 111000 | 100 | 10111101 | 1000110 | 1100010 | 0 | 11010 | 100000001 | 1100000 | 100110 |
Color Harmonies of #3804BD
Complementary color
Monochromatic Colors of #3804BD
Black with #3804BD
Text Example
Text Example
White with #3804BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3804BD; }
p { color: rgb(56,4,189); }
H1.HeaderClassName
{
color: #3804BD;
}
.AnyTagClassName
{
color: #3804BD;
}
</style>
background-color css
<style>
a { background-color: #3804BD; }
a { background-color: rgb(56,4,189); }
div.DivClassName
{
background-color: #3804BD;
}
.BgClassName
{
background-color: #3804BD;
}
</style>
border-color css
<style>
span { border-color: #3804BD; }
span { border-color: rgb(56,4,189); }
td.TdClassName
{
border-color: #3804BD;
}
.TagClassName
{
border-color: #3804BD;
}
</style>