Shades of Purple Heart #741CCC
Tints of Purple Heart #741CCC
RGB
CMYK
RGB Variations
Color information
#741CCC (or 0x741CCC) is known color: Purple Heart. HEX triplet: 74, 1C and CC. RGB value is (116,28,204). Sum of RGB (Red+Green+Blue) = 116+28+204=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #741CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CCC is #8BE333. Grayscale: #494949. Windows color (decimal): -9167668 or 13376628. OLE color: 13376628.
HSL color Cylindrical-coordinate representation of color #741CCC: hue angle of 270º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741CCC is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 28 | 204 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.2 |
| HSL | 270º | 0.76% | 0.45% | - |
| HSV(B) | 270º | 0.86% | 0.8% | - |
| XYZ | 18.52 | 8.9 | 57.87 | - |
| YUV | 74.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 204 | 0.43 | 0.86 | 0 | 0.2 | 270 | 0.76 | 0.45 |
| Hex | 74 | 1C | CC | 2B | 56 | 0 | 14 | 10E | 4C | 2D |
| Octal | 164 | 34 | 314 | 53 | 126 | 0 | 24 | 416 | 114 | 55 |
| Binary | 1110100 | 11100 | 11001100 | 101011 | 1010110 | 0 | 10100 | 100001110 | 1001100 | 101101 |
Color Harmonies of #741CCC
Complementary color
Monochromatic Colors of #741CCC
Black with #741CCC
Text Example
Text Example
White with #741CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CCC; }
p { color: rgb(116,28,204); }
H1.HeaderClassName
{
color: #741CCC;
}
.AnyTagClassName
{
color: #741CCC;
}
</style>
background-color css
<style>
a { background-color: #741CCC; }
a { background-color: rgb(116,28,204); }
div.DivClassName
{
background-color: #741CCC;
}
.BgClassName
{
background-color: #741CCC;
}
</style>
border-color css
<style>
span { border-color: #741CCC; }
span { border-color: rgb(116,28,204); }
td.TdClassName
{
border-color: #741CCC;
}
.TagClassName
{
border-color: #741CCC;
}
</style>