Shades of Purple Heart #3D17CB
Tints of Purple Heart #3D17CB
RGB
CMYK
RGB Variations
Color information
#3D17CB (or 0x3D17CB) is known color: Purple Heart. HEX triplet: 3D, 17 and CB. RGB value is (61,23,203). Sum of RGB (Red+Green+Blue) = 61+23+203=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D17CB is #C2E834. Grayscale: #363636. Windows color (decimal): -12773429 or 13309757. OLE color: 13309757.
HSL color Cylindrical-coordinate representation of color #3D17CB: hue angle of 252.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D17CB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 23 | 203 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.20 |
| HSL | 252.67º | 0.8% | 0.44% | - |
| HSV(B) | 252.67º | 0.89% | 0.8% | - |
| XYZ | 13.01 | 5.92 | 56.96 | - |
| YUV | 54.88 | 211.59 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 203 | 0.70 | 0.89 | 0 | 0.20 | 252.67 | 0.8 | 0.44 |
| Hex | 3D | 17 | CB | 46 | 59 | 0 | 14 | FD | 50 | 2C |
| Octal | 75 | 27 | 313 | 106 | 131 | 0 | 24 | 375 | 120 | 54 |
| Binary | 111101 | 10111 | 11001011 | 1000110 | 1011001 | 0 | 10100 | 11111101 | 1010000 | 101100 |
Color Harmonies of #3D17CB
Complementary color
Monochromatic Colors of #3D17CB
Black with #3D17CB
Text Example
Text Example
White with #3D17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D17CB; }
p { color: rgb(61,23,203); }
H1.HeaderClassName
{
color: #3D17CB;
}
.AnyTagClassName
{
color: #3D17CB;
}
</style>
background-color css
<style>
a { background-color: #3D17CB; }
a { background-color: rgb(61,23,203); }
div.DivClassName
{
background-color: #3D17CB;
}
.BgClassName
{
background-color: #3D17CB;
}
</style>
border-color css
<style>
span { border-color: #3D17CB; }
span { border-color: rgb(61,23,203); }
td.TdClassName
{
border-color: #3D17CB;
}
.TagClassName
{
border-color: #3D17CB;
}
</style>