Shades of Purple Heart #3D13CA
Tints of Purple Heart #3D13CA
RGB
CMYK
RGB Variations
Color information
#3D13CA (or 0x3D13CA) is known color: Purple Heart. HEX triplet: 3D, 13 and CA. RGB value is (61,19,202). Sum of RGB (Red+Green+Blue) = 61+19+202=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D13CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D13CA is #C2EC35. Grayscale: #333333. Windows color (decimal): -12774454 or 13243197. OLE color: 13243197.
HSL color Cylindrical-coordinate representation of color #3D13CA: hue angle of 253.77º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D13CA is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 19 | 202 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.21 |
| HSL | 253.77º | 0.83% | 0.43% | - |
| HSV(B) | 253.77º | 0.91% | 0.79% | - |
| XYZ | 12.82 | 5.72 | 56.31 | - |
| YUV | 52.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 202 | 0.70 | 0.91 | 0 | 0.21 | 253.77 | 0.83 | 0.43 |
| Hex | 3D | 13 | CA | 46 | 5B | 0 | 15 | FE | 53 | 2B |
| Octal | 75 | 23 | 312 | 106 | 133 | 0 | 25 | 376 | 123 | 53 |
| Binary | 111101 | 10011 | 11001010 | 1000110 | 1011011 | 0 | 10101 | 11111110 | 1010011 | 101011 |
Color Harmonies of #3D13CA
Complementary color
Monochromatic Colors of #3D13CA
Black with #3D13CA
Text Example
Text Example
White with #3D13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D13CA; }
p { color: rgb(61,19,202); }
H1.HeaderClassName
{
color: #3D13CA;
}
.AnyTagClassName
{
color: #3D13CA;
}
</style>
background-color css
<style>
a { background-color: #3D13CA; }
a { background-color: rgb(61,19,202); }
div.DivClassName
{
background-color: #3D13CA;
}
.BgClassName
{
background-color: #3D13CA;
}
</style>
border-color css
<style>
span { border-color: #3D13CA; }
span { border-color: rgb(61,19,202); }
td.TdClassName
{
border-color: #3D13CA;
}
.TagClassName
{
border-color: #3D13CA;
}
</style>