Shades of Purple Heart #3D1CC1
Tints of Purple Heart #3D1CC1
RGB
CMYK
RGB Variations
Color information
#3D1CC1 (or 0x3D1CC1) is known color: Purple Heart. HEX triplet: 3D, 1C and C1. RGB value is (61,28,193). Sum of RGB (Red+Green+Blue) = 61+28+193=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D1CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1CC1 is #C2E33E. Grayscale: #383838. Windows color (decimal): -12772159 or 12655677. OLE color: 12655677.
HSL color Cylindrical-coordinate representation of color #3D1CC1: hue angle of 252º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1CC1 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 28 | 193 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.24 |
| HSL | 252º | 0.75% | 0.43% | - |
| HSV(B) | 252º | 0.85% | 0.76% | - |
| XYZ | 11.97 | 5.67 | 50.92 | - |
| YUV | 56.68 | 204.93 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 193 | 0.68 | 0.85 | 0 | 0.24 | 252 | 0.75 | 0.43 |
| Hex | 3D | 1C | C1 | 44 | 55 | 0 | 18 | FC | 4B | 2B |
| Octal | 75 | 34 | 301 | 104 | 125 | 0 | 30 | 374 | 113 | 53 |
| Binary | 111101 | 11100 | 11000001 | 1000100 | 1010101 | 0 | 11000 | 11111100 | 1001011 | 101011 |
Color Harmonies of #3D1CC1
Complementary color
Monochromatic Colors of #3D1CC1
Black with #3D1CC1
Text Example
Text Example
White with #3D1CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1CC1; }
p { color: rgb(61,28,193); }
H1.HeaderClassName
{
color: #3D1CC1;
}
.AnyTagClassName
{
color: #3D1CC1;
}
</style>
background-color css
<style>
a { background-color: #3D1CC1; }
a { background-color: rgb(61,28,193); }
div.DivClassName
{
background-color: #3D1CC1;
}
.BgClassName
{
background-color: #3D1CC1;
}
</style>
border-color css
<style>
span { border-color: #3D1CC1; }
span { border-color: rgb(61,28,193); }
td.TdClassName
{
border-color: #3D1CC1;
}
.TagClassName
{
border-color: #3D1CC1;
}
</style>