Shades of Purple Heart #3D26BD
Tints of Purple Heart #3D26BD
RGB
CMYK
RGB Variations
Color information
#3D26BD (or 0x3D26BD) is known color: Purple Heart. HEX triplet: 3D, 26 and BD. RGB value is (61,38,189). Sum of RGB (Red+Green+Blue) = 61+38+189=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D26BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D26BD is #C2D942. Grayscale: #3D3D3D. Windows color (decimal): -12769603 or 12396093. OLE color: 12396093.
HSL color Cylindrical-coordinate representation of color #3D26BD: hue angle of 249.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D26BD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 38 | 189 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.26 |
| HSL | 249.14º | 0.67% | 0.45% | - |
| HSV(B) | 249.14º | 0.8% | 0.74% | - |
| XYZ | 11.8 | 6.05 | 48.69 | - |
| YUV | 62.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 189 | 0.68 | 0.80 | 0 | 0.26 | 249.14 | 0.67 | 0.45 |
| Hex | 3D | 26 | BD | 44 | 50 | 0 | 1A | F9 | 43 | 2D |
| Octal | 75 | 46 | 275 | 104 | 120 | 0 | 32 | 371 | 103 | 55 |
| Binary | 111101 | 100110 | 10111101 | 1000100 | 1010000 | 0 | 11010 | 11111001 | 1000011 | 101101 |
Color Harmonies of #3D26BD
Complementary color
Monochromatic Colors of #3D26BD
Black with #3D26BD
Text Example
Text Example
White with #3D26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D26BD; }
p { color: rgb(61,38,189); }
H1.HeaderClassName
{
color: #3D26BD;
}
.AnyTagClassName
{
color: #3D26BD;
}
</style>
background-color css
<style>
a { background-color: #3D26BD; }
a { background-color: rgb(61,38,189); }
div.DivClassName
{
background-color: #3D26BD;
}
.BgClassName
{
background-color: #3D26BD;
}
</style>
border-color css
<style>
span { border-color: #3D26BD; }
span { border-color: rgb(61,38,189); }
td.TdClassName
{
border-color: #3D26BD;
}
.TagClassName
{
border-color: #3D26BD;
}
</style>