Shades of Purple Heart #3D17B1
Tints of Purple Heart #3D17B1
RGB
CMYK
RGB Variations
Color information
#3D17B1 (or 0x3D17B1) is known color: Purple Heart. HEX triplet: 3D, 17 and B1. RGB value is (61,23,177). Sum of RGB (Red+Green+Blue) = 61+23+177=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D17B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D17B1 is #C2E84E. Grayscale: #333333. Windows color (decimal): -12773455 or 11605821. OLE color: 11605821.
HSL color Cylindrical-coordinate representation of color #3D17B1: hue angle of 254.81º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D17B1 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 23 | 177 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.31 |
| HSL | 254.81º | 0.77% | 0.39% | - |
| HSV(B) | 254.81º | 0.87% | 0.69% | - |
| XYZ | 10.17 | 4.78 | 41.98 | - |
| YUV | 51.92 | 198.59 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 177 | 0.66 | 0.87 | 0 | 0.31 | 254.81 | 0.77 | 0.39 |
| Hex | 3D | 17 | B1 | 42 | 57 | 0 | 1F | FF | 4D | 27 |
| Octal | 75 | 27 | 261 | 102 | 127 | 0 | 37 | 377 | 115 | 47 |
| Binary | 111101 | 10111 | 10110001 | 1000010 | 1010111 | 0 | 11111 | 11111111 | 1001101 | 100111 |
Color Harmonies of #3D17B1
Complementary color
Monochromatic Colors of #3D17B1
Black with #3D17B1
Text Example
Text Example
White with #3D17B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D17B1; }
p { color: rgb(61,23,177); }
H1.HeaderClassName
{
color: #3D17B1;
}
.AnyTagClassName
{
color: #3D17B1;
}
</style>
background-color css
<style>
a { background-color: #3D17B1; }
a { background-color: rgb(61,23,177); }
div.DivClassName
{
background-color: #3D17B1;
}
.BgClassName
{
background-color: #3D17B1;
}
</style>
border-color css
<style>
span { border-color: #3D17B1; }
span { border-color: rgb(61,23,177); }
td.TdClassName
{
border-color: #3D17B1;
}
.TagClassName
{
border-color: #3D17B1;
}
</style>