Shades of Purple Heart #3803BD
Tints of Purple Heart #3803BD
RGB
CMYK
RGB Variations
Color information
#3803BD (or 0x3803BD) is known color: Purple Heart. HEX triplet: 38, 03 and BD. RGB value is (56,3,189). Sum of RGB (Red+Green+Blue) = 56+3+189=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #3803BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3803BD is #C7FC42. Grayscale: #272727. Windows color (decimal): -13106243 or 12387128. OLE color: 12387128.
HSL color Cylindrical-coordinate representation of color #3803BD: hue angle of 257.1º degrees, saturation: 0.97, 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 #3803BD is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 3 | 189 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.26 |
| HSL | 257.1º | 0.97% | 0.38% | - |
| HSV(B) | 257.1º | 0.98% | 0.74% | - |
| XYZ | 10.85 | 4.58 | 48.46 | - |
| YUV | 40.05 | 212.06 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 189 | 0.70 | 0.98 | 0 | 0.26 | 257.1 | 0.97 | 0.38 |
| Hex | 38 | 3 | BD | 46 | 62 | 0 | 1A | 101 | 61 | 26 |
| Octal | 70 | 3 | 275 | 106 | 142 | 0 | 32 | 401 | 141 | 46 |
| Binary | 111000 | 11 | 10111101 | 1000110 | 1100010 | 0 | 11010 | 100000001 | 1100001 | 100110 |
Color Harmonies of #3803BD
Complementary color
Monochromatic Colors of #3803BD
Black with #3803BD
Text Example
Text Example
White with #3803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3803BD; }
p { color: rgb(56,3,189); }
H1.HeaderClassName
{
color: #3803BD;
}
.AnyTagClassName
{
color: #3803BD;
}
</style>
background-color css
<style>
a { background-color: #3803BD; }
a { background-color: rgb(56,3,189); }
div.DivClassName
{
background-color: #3803BD;
}
.BgClassName
{
background-color: #3803BD;
}
</style>
border-color css
<style>
span { border-color: #3803BD; }
span { border-color: rgb(56,3,189); }
td.TdClassName
{
border-color: #3803BD;
}
.TagClassName
{
border-color: #3803BD;
}
</style>