Shades of Purple Heart #3D1EBB
Tints of Purple Heart #3D1EBB
RGB
CMYK
RGB Variations
Color information
#3D1EBB (or 0x3D1EBB) is known color: Purple Heart. HEX triplet: 3D, 1E and BB. RGB value is (61,30,187). Sum of RGB (Red+Green+Blue) = 61+30+187=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D1EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1EBB is #C2E144. Grayscale: #383838. Windows color (decimal): -12771653 or 12262973. OLE color: 12262973.
HSL color Cylindrical-coordinate representation of color #3D1EBB: hue angle of 251.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1EBB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 30 | 187 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.27 |
| HSL | 251.85º | 0.72% | 0.43% | - |
| HSV(B) | 251.85º | 0.84% | 0.73% | - |
| XYZ | 11.36 | 5.51 | 47.48 | - |
| YUV | 57.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 187 | 0.67 | 0.84 | 0 | 0.27 | 251.85 | 0.72 | 0.43 |
| Hex | 3D | 1E | BB | 43 | 54 | 0 | 1B | FC | 48 | 2B |
| Octal | 75 | 36 | 273 | 103 | 124 | 0 | 33 | 374 | 110 | 53 |
| Binary | 111101 | 11110 | 10111011 | 1000011 | 1010100 | 0 | 11011 | 11111100 | 1001000 | 101011 |
Color Harmonies of #3D1EBB
Complementary color
Monochromatic Colors of #3D1EBB
Black with #3D1EBB
Text Example
Text Example
White with #3D1EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1EBB; }
p { color: rgb(61,30,187); }
H1.HeaderClassName
{
color: #3D1EBB;
}
.AnyTagClassName
{
color: #3D1EBB;
}
</style>
background-color css
<style>
a { background-color: #3D1EBB; }
a { background-color: rgb(61,30,187); }
div.DivClassName
{
background-color: #3D1EBB;
}
.BgClassName
{
background-color: #3D1EBB;
}
</style>
border-color css
<style>
span { border-color: #3D1EBB; }
span { border-color: rgb(61,30,187); }
td.TdClassName
{
border-color: #3D1EBB;
}
.TagClassName
{
border-color: #3D1EBB;
}
</style>