Shades of Purple Heart #3D15CC
Tints of Purple Heart #3D15CC
RGB
CMYK
RGB Variations
Color information
#3D15CC (or 0x3D15CC) is known color: Purple Heart. HEX triplet: 3D, 15 and CC. RGB value is (61,21,204). Sum of RGB (Red+Green+Blue) = 61+21+204=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D15CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D15CC is #C2EA33. Grayscale: #353535. Windows color (decimal): -12773940 or 13374781. OLE color: 13374781.
HSL color Cylindrical-coordinate representation of color #3D15CC: hue angle of 253.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D15CC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 21 | 204 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.2 |
| HSL | 253.11º | 0.81% | 0.44% | - |
| HSV(B) | 253.11º | 0.9% | 0.8% | - |
| XYZ | 13.09 | 5.89 | 57.57 | - |
| YUV | 53.82 | 212.75 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 204 | 0.70 | 0.90 | 0 | 0.2 | 253.11 | 0.81 | 0.44 |
| Hex | 3D | 15 | CC | 46 | 5A | 0 | 14 | FD | 51 | 2C |
| Octal | 75 | 25 | 314 | 106 | 132 | 0 | 24 | 375 | 121 | 54 |
| Binary | 111101 | 10101 | 11001100 | 1000110 | 1011010 | 0 | 10100 | 11111101 | 1010001 | 101100 |
Color Harmonies of #3D15CC
Complementary color
Monochromatic Colors of #3D15CC
Black with #3D15CC
Text Example
Text Example
White with #3D15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D15CC; }
p { color: rgb(61,21,204); }
H1.HeaderClassName
{
color: #3D15CC;
}
.AnyTagClassName
{
color: #3D15CC;
}
</style>
background-color css
<style>
a { background-color: #3D15CC; }
a { background-color: rgb(61,21,204); }
div.DivClassName
{
background-color: #3D15CC;
}
.BgClassName
{
background-color: #3D15CC;
}
</style>
border-color css
<style>
span { border-color: #3D15CC; }
span { border-color: rgb(61,21,204); }
td.TdClassName
{
border-color: #3D15CC;
}
.TagClassName
{
border-color: #3D15CC;
}
</style>