Shades of Purple Heart #3D0DC3
Tints of Purple Heart #3D0DC3
RGB
CMYK
RGB Variations
Color information
#3D0DC3 (or 0x3D0DC3) is known color: Purple Heart. HEX triplet: 3D, 0D and C3. RGB value is (61,13,195). Sum of RGB (Red+Green+Blue) = 61+13+195=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 195 (76.56% from 255 or 72.49% from 269); Max value from RGB is 195 - color contains mainly: blue. Hex color #3D0DC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0DC3 is #C2F23C. Grayscale: #2F2F2F. Windows color (decimal): -12775997 or 12782909. OLE color: 12782909.
HSL color Cylindrical-coordinate representation of color #3D0DC3: hue angle of 255.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0DC3 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 13 | 195 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.24 |
| HSL | 255.82º | 0.88% | 0.41% | - |
| HSV(B) | 255.82º | 0.93% | 0.76% | - |
| XYZ | 11.92 | 5.22 | 52.01 | - |
| YUV | 48.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 195 | 0.69 | 0.93 | 0 | 0.24 | 255.82 | 0.88 | 0.41 |
| Hex | 3D | D | C3 | 45 | 5D | 0 | 18 | 100 | 58 | 29 |
| Octal | 75 | 15 | 303 | 105 | 135 | 0 | 30 | 400 | 130 | 51 |
| Binary | 111101 | 1101 | 11000011 | 1000101 | 1011101 | 0 | 11000 | 100000000 | 1011000 | 101001 |
Color Harmonies of #3D0DC3
Complementary color
Monochromatic Colors of #3D0DC3
Black with #3D0DC3
Text Example
Text Example
White with #3D0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0DC3; }
p { color: rgb(61,13,195); }
H1.HeaderClassName
{
color: #3D0DC3;
}
.AnyTagClassName
{
color: #3D0DC3;
}
</style>
background-color css
<style>
a { background-color: #3D0DC3; }
a { background-color: rgb(61,13,195); }
div.DivClassName
{
background-color: #3D0DC3;
}
.BgClassName
{
background-color: #3D0DC3;
}
</style>
border-color css
<style>
span { border-color: #3D0DC3; }
span { border-color: rgb(61,13,195); }
td.TdClassName
{
border-color: #3D0DC3;
}
.TagClassName
{
border-color: #3D0DC3;
}
</style>