Shades of Purple Heart #3D25C4
Tints of Purple Heart #3D25C4
RGB
CMYK
RGB Variations
Color information
#3D25C4 (or 0x3D25C4) is known color: Purple Heart. HEX triplet: 3D, 25 and C4. RGB value is (61,37,196). Sum of RGB (Red+Green+Blue) = 61+37+196=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #3D25C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D25C4 is #C2DA3B. Grayscale: #3D3D3D. Windows color (decimal): -12769852 or 12854589. OLE color: 12854589.
HSL color Cylindrical-coordinate representation of color #3D25C4: hue angle of 249.06º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D25C4 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 37 | 196 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.23 |
| HSL | 249.06º | 0.68% | 0.46% | - |
| HSV(B) | 249.06º | 0.81% | 0.77% | - |
| XYZ | 12.55 | 6.3 | 52.78 | - |
| YUV | 62.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 196 | 0.69 | 0.81 | 0 | 0.23 | 249.06 | 0.68 | 0.46 |
| Hex | 3D | 25 | C4 | 45 | 51 | 0 | 17 | F9 | 44 | 2E |
| Octal | 75 | 45 | 304 | 105 | 121 | 0 | 27 | 371 | 104 | 56 |
| Binary | 111101 | 100101 | 11000100 | 1000101 | 1010001 | 0 | 10111 | 11111001 | 1000100 | 101110 |
Color Harmonies of #3D25C4
Complementary color
Monochromatic Colors of #3D25C4
Black with #3D25C4
Text Example
Text Example
White with #3D25C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D25C4; }
p { color: rgb(61,37,196); }
H1.HeaderClassName
{
color: #3D25C4;
}
.AnyTagClassName
{
color: #3D25C4;
}
</style>
background-color css
<style>
a { background-color: #3D25C4; }
a { background-color: rgb(61,37,196); }
div.DivClassName
{
background-color: #3D25C4;
}
.BgClassName
{
background-color: #3D25C4;
}
</style>
border-color css
<style>
span { border-color: #3D25C4; }
span { border-color: rgb(61,37,196); }
td.TdClassName
{
border-color: #3D25C4;
}
.TagClassName
{
border-color: #3D25C4;
}
</style>