Shades of Purple Heart #3D22BA
Tints of Purple Heart #3D22BA
RGB
CMYK
RGB Variations
Color information
#3D22BA (or 0x3D22BA) is known color: Purple Heart. HEX triplet: 3D, 22 and BA. RGB value is (61,34,186). Sum of RGB (Red+Green+Blue) = 61+34+186=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D22BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D22BA is #C2DD45. Grayscale: #3A3A3A. Windows color (decimal): -12770630 or 12198461. OLE color: 12198461.
HSL color Cylindrical-coordinate representation of color #3D22BA: hue angle of 250.66º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D22BA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 34 | 186 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.27 |
| HSL | 250.66º | 0.69% | 0.43% | - |
| HSV(B) | 250.66º | 0.82% | 0.73% | - |
| XYZ | 11.36 | 5.68 | 46.95 | - |
| YUV | 59.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 186 | 0.67 | 0.82 | 0 | 0.27 | 250.66 | 0.69 | 0.43 |
| Hex | 3D | 22 | BA | 43 | 52 | 0 | 1B | FB | 45 | 2B |
| Octal | 75 | 42 | 272 | 103 | 122 | 0 | 33 | 373 | 105 | 53 |
| Binary | 111101 | 100010 | 10111010 | 1000011 | 1010010 | 0 | 11011 | 11111011 | 1000101 | 101011 |
Color Harmonies of #3D22BA
Complementary color
Monochromatic Colors of #3D22BA
Black with #3D22BA
Text Example
Text Example
White with #3D22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D22BA; }
p { color: rgb(61,34,186); }
H1.HeaderClassName
{
color: #3D22BA;
}
.AnyTagClassName
{
color: #3D22BA;
}
</style>
background-color css
<style>
a { background-color: #3D22BA; }
a { background-color: rgb(61,34,186); }
div.DivClassName
{
background-color: #3D22BA;
}
.BgClassName
{
background-color: #3D22BA;
}
</style>
border-color css
<style>
span { border-color: #3D22BA; }
span { border-color: rgb(61,34,186); }
td.TdClassName
{
border-color: #3D22BA;
}
.TagClassName
{
border-color: #3D22BA;
}
</style>