Shades of Purple Heart #742DBB
Tints of Purple Heart #742DBB
RGB
CMYK
RGB Variations
Color information
#742DBB (or 0x742DBB) is known color: Purple Heart. HEX triplet: 74, 2D and BB. RGB value is (116,45,187). Sum of RGB (Red+Green+Blue) = 116+45+187=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #742DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DBB is #8BD244. Grayscale: #515151. Windows color (decimal): -9163333 or 12266868. OLE color: 12266868.
HSL color Cylindrical-coordinate representation of color #742DBB: hue angle of 270º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742DBB is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 45 | 187 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.27 |
| HSL | 270º | 0.61% | 0.45% | - |
| HSV(B) | 270º | 0.76% | 0.73% | - |
| XYZ | 17.11 | 9.18 | 47.88 | - |
| YUV | 82.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 187 | 0.38 | 0.76 | 0 | 0.27 | 270 | 0.61 | 0.45 |
| Hex | 74 | 2D | BB | 26 | 4C | 0 | 1B | 10E | 3D | 2D |
| Octal | 164 | 55 | 273 | 46 | 114 | 0 | 33 | 416 | 75 | 55 |
| Binary | 1110100 | 101101 | 10111011 | 100110 | 1001100 | 0 | 11011 | 100001110 | 111101 | 101101 |
Color Harmonies of #742DBB
Complementary color
Monochromatic Colors of #742DBB
Black with #742DBB
Text Example
Text Example
White with #742DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DBB; }
p { color: rgb(116,45,187); }
H1.HeaderClassName
{
color: #742DBB;
}
.AnyTagClassName
{
color: #742DBB;
}
</style>
background-color css
<style>
a { background-color: #742DBB; }
a { background-color: rgb(116,45,187); }
div.DivClassName
{
background-color: #742DBB;
}
.BgClassName
{
background-color: #742DBB;
}
</style>
border-color css
<style>
span { border-color: #742DBB; }
span { border-color: rgb(116,45,187); }
td.TdClassName
{
border-color: #742DBB;
}
.TagClassName
{
border-color: #742DBB;
}
</style>