Shades of Purple Heart #3D25BE
Tints of Purple Heart #3D25BE
RGB
CMYK
RGB Variations
Color information
#3D25BE (or 0x3D25BE) is known color: Purple Heart. HEX triplet: 3D, 25 and BE. RGB value is (61,37,190). Sum of RGB (Red+Green+Blue) = 61+37+190=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D25BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D25BE is #C2DA41. Grayscale: #3D3D3D. Windows color (decimal): -12769858 or 12461373. OLE color: 12461373.
HSL color Cylindrical-coordinate representation of color #3D25BE: hue angle of 249.41º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D25BE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 37 | 190 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.25 |
| HSL | 249.41º | 0.67% | 0.45% | - |
| HSV(B) | 249.41º | 0.81% | 0.75% | - |
| XYZ | 11.88 | 6.03 | 49.25 | - |
| YUV | 61.62 | 200.45 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 190 | 0.68 | 0.81 | 0 | 0.25 | 249.41 | 0.67 | 0.45 |
| Hex | 3D | 25 | BE | 44 | 51 | 0 | 19 | F9 | 43 | 2D |
| Octal | 75 | 45 | 276 | 104 | 121 | 0 | 31 | 371 | 103 | 55 |
| Binary | 111101 | 100101 | 10111110 | 1000100 | 1010001 | 0 | 11001 | 11111001 | 1000011 | 101101 |
Color Harmonies of #3D25BE
Complementary color
Monochromatic Colors of #3D25BE
Black with #3D25BE
Text Example
Text Example
White with #3D25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D25BE; }
p { color: rgb(61,37,190); }
H1.HeaderClassName
{
color: #3D25BE;
}
.AnyTagClassName
{
color: #3D25BE;
}
</style>
background-color css
<style>
a { background-color: #3D25BE; }
a { background-color: rgb(61,37,190); }
div.DivClassName
{
background-color: #3D25BE;
}
.BgClassName
{
background-color: #3D25BE;
}
</style>
border-color css
<style>
span { border-color: #3D25BE; }
span { border-color: rgb(61,37,190); }
td.TdClassName
{
border-color: #3D25BE;
}
.TagClassName
{
border-color: #3D25BE;
}
</style>