Shades of Purple Heart #3D25BB
Tints of Purple Heart #3D25BB
RGB
CMYK
RGB Variations
Color information
#3D25BB (or 0x3D25BB) is known color: Purple Heart. HEX triplet: 3D, 25 and BB. RGB value is (61,37,187). Sum of RGB (Red+Green+Blue) = 61+37+187=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D25BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D25BB is #C2DA44. Grayscale: #3C3C3C. Windows color (decimal): -12769861 or 12264765. OLE color: 12264765.
HSL color Cylindrical-coordinate representation of color #3D25BB: hue angle of 249.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D25BB is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 37 | 187 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.27 |
| HSL | 249.6º | 0.67% | 0.44% | - |
| HSV(B) | 249.6º | 0.8% | 0.73% | - |
| XYZ | 11.56 | 5.9 | 47.54 | - |
| YUV | 61.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 187 | 0.67 | 0.80 | 0 | 0.27 | 249.6 | 0.67 | 0.44 |
| Hex | 3D | 25 | BB | 43 | 50 | 0 | 1B | FA | 43 | 2C |
| Octal | 75 | 45 | 273 | 103 | 120 | 0 | 33 | 372 | 103 | 54 |
| Binary | 111101 | 100101 | 10111011 | 1000011 | 1010000 | 0 | 11011 | 11111010 | 1000011 | 101100 |
Color Harmonies of #3D25BB
Complementary color
Monochromatic Colors of #3D25BB
Black with #3D25BB
Text Example
Text Example
White with #3D25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D25BB; }
p { color: rgb(61,37,187); }
H1.HeaderClassName
{
color: #3D25BB;
}
.AnyTagClassName
{
color: #3D25BB;
}
</style>
background-color css
<style>
a { background-color: #3D25BB; }
a { background-color: rgb(61,37,187); }
div.DivClassName
{
background-color: #3D25BB;
}
.BgClassName
{
background-color: #3D25BB;
}
</style>
border-color css
<style>
span { border-color: #3D25BB; }
span { border-color: rgb(61,37,187); }
td.TdClassName
{
border-color: #3D25BB;
}
.TagClassName
{
border-color: #3D25BB;
}
</style>