Shades of Purple Heart #3D26BB
Tints of Purple Heart #3D26BB
RGB
CMYK
RGB Variations
Color information
#3D26BB (or 0x3D26BB) is known color: Purple Heart. HEX triplet: 3D, 26 and BB. RGB value is (61,38,187). Sum of RGB (Red+Green+Blue) = 61+38+187=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D26BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D26BB is #C2D944. Grayscale: #3D3D3D. Windows color (decimal): -12769605 or 12265021. OLE color: 12265021.
HSL color Cylindrical-coordinate representation of color #3D26BB: hue angle of 249.26º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D26BB is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 38 | 187 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.27 |
| HSL | 249.26º | 0.66% | 0.44% | - |
| HSV(B) | 249.26º | 0.8% | 0.73% | - |
| XYZ | 11.59 | 5.97 | 47.55 | - |
| YUV | 61.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 187 | 0.67 | 0.80 | 0 | 0.27 | 249.26 | 0.66 | 0.44 |
| Hex | 3D | 26 | BB | 43 | 50 | 0 | 1B | F9 | 42 | 2C |
| Octal | 75 | 46 | 273 | 103 | 120 | 0 | 33 | 371 | 102 | 54 |
| Binary | 111101 | 100110 | 10111011 | 1000011 | 1010000 | 0 | 11011 | 11111001 | 1000010 | 101100 |
Color Harmonies of #3D26BB
Complementary color
Monochromatic Colors of #3D26BB
Black with #3D26BB
Text Example
Text Example
White with #3D26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D26BB; }
p { color: rgb(61,38,187); }
H1.HeaderClassName
{
color: #3D26BB;
}
.AnyTagClassName
{
color: #3D26BB;
}
</style>
background-color css
<style>
a { background-color: #3D26BB; }
a { background-color: rgb(61,38,187); }
div.DivClassName
{
background-color: #3D26BB;
}
.BgClassName
{
background-color: #3D26BB;
}
</style>
border-color css
<style>
span { border-color: #3D26BB; }
span { border-color: rgb(61,38,187); }
td.TdClassName
{
border-color: #3D26BB;
}
.TagClassName
{
border-color: #3D26BB;
}
</style>