Shades of Purple Heart #742FCB
Tints of Purple Heart #742FCB
RGB
CMYK
RGB Variations
Color information
#742FCB (or 0x742FCB) is known color: Purple Heart. HEX triplet: 74, 2F and CB. RGB value is (116,47,203). Sum of RGB (Red+Green+Blue) = 116+47+203=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #742FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FCB is #8BD034. Grayscale: #545454. Windows color (decimal): -9162805 or 13315956. OLE color: 13315956.
HSL color Cylindrical-coordinate representation of color #742FCB: hue angle of 266.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742FCB is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 47 | 203 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.20 |
| HSL | 266.54º | 0.62% | 0.49% | - |
| HSV(B) | 266.54º | 0.77% | 0.8% | - |
| XYZ | 19 | 10.06 | 57.44 | - |
| YUV | 85.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 203 | 0.43 | 0.77 | 0 | 0.20 | 266.54 | 0.62 | 0.49 |
| Hex | 74 | 2F | CB | 2B | 4D | 0 | 14 | 10B | 3E | 31 |
| Octal | 164 | 57 | 313 | 53 | 115 | 0 | 24 | 413 | 76 | 61 |
| Binary | 1110100 | 101111 | 11001011 | 101011 | 1001101 | 0 | 10100 | 100001011 | 111110 | 110001 |
Color Harmonies of #742FCB
Complementary color
Monochromatic Colors of #742FCB
Black with #742FCB
Text Example
Text Example
White with #742FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FCB; }
p { color: rgb(116,47,203); }
H1.HeaderClassName
{
color: #742FCB;
}
.AnyTagClassName
{
color: #742FCB;
}
</style>
background-color css
<style>
a { background-color: #742FCB; }
a { background-color: rgb(116,47,203); }
div.DivClassName
{
background-color: #742FCB;
}
.BgClassName
{
background-color: #742FCB;
}
</style>
border-color css
<style>
span { border-color: #742FCB; }
span { border-color: rgb(116,47,203); }
td.TdClassName
{
border-color: #742FCB;
}
.TagClassName
{
border-color: #742FCB;
}
</style>