Shades of Purple Heart #3807BF
Tints of Purple Heart #3807BF
RGB
CMYK
RGB Variations
Color information
#3807BF (or 0x3807BF) is known color: Purple Heart. HEX triplet: 38, 07 and BF. RGB value is (56,7,191). Sum of RGB (Red+Green+Blue) = 56+7+191=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #3807BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3807BF is #C7F840. Grayscale: #292929. Windows color (decimal): -13105217 or 12519224. OLE color: 12519224.
HSL color Cylindrical-coordinate representation of color #3807BF: hue angle of 255.98º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3807BF is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 7 | 191 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.25 |
| HSL | 255.98º | 0.93% | 0.39% | - |
| HSV(B) | 255.98º | 0.96% | 0.75% | - |
| XYZ | 11.11 | 4.75 | 49.62 | - |
| YUV | 42.63 | 211.73 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 191 | 0.71 | 0.96 | 0 | 0.25 | 255.98 | 0.93 | 0.39 |
| Hex | 38 | 7 | BF | 47 | 60 | 0 | 19 | 100 | 5D | 27 |
| Octal | 70 | 7 | 277 | 107 | 140 | 0 | 31 | 400 | 135 | 47 |
| Binary | 111000 | 111 | 10111111 | 1000111 | 1100000 | 0 | 11001 | 100000000 | 1011101 | 100111 |
Color Harmonies of #3807BF
Complementary color
Monochromatic Colors of #3807BF
Black with #3807BF
Text Example
Text Example
White with #3807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3807BF; }
p { color: rgb(56,7,191); }
H1.HeaderClassName
{
color: #3807BF;
}
.AnyTagClassName
{
color: #3807BF;
}
</style>
background-color css
<style>
a { background-color: #3807BF; }
a { background-color: rgb(56,7,191); }
div.DivClassName
{
background-color: #3807BF;
}
.BgClassName
{
background-color: #3807BF;
}
</style>
border-color css
<style>
span { border-color: #3807BF; }
span { border-color: rgb(56,7,191); }
td.TdClassName
{
border-color: #3807BF;
}
.TagClassName
{
border-color: #3807BF;
}
</style>