Shades of Purple Heart #412CCC
Tints of Purple Heart #412CCC
RGB
CMYK
RGB Variations
Color information
#412CCC (or 0x412CCC) is known color: Purple Heart. HEX triplet: 41, 2C and CC. RGB value is (65,44,204). Sum of RGB (Red+Green+Blue) = 65+44+204=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #412CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CCC is #BED333. Grayscale: #434343. Windows color (decimal): -12505908 or 13380673. OLE color: 13380673.
HSL color Cylindrical-coordinate representation of color #412CCC: hue angle of 247.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412CCC is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 44 | 204 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.2 |
| HSL | 247.88º | 0.65% | 0.49% | - |
| HSV(B) | 247.88º | 0.78% | 0.8% | - |
| XYZ | 13.98 | 7.28 | 57.8 | - |
| YUV | 68.52 | 204.46 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 204 | 0.68 | 0.78 | 0 | 0.2 | 247.88 | 0.65 | 0.49 |
| Hex | 41 | 2C | CC | 44 | 4E | 0 | 14 | F8 | 41 | 31 |
| Octal | 101 | 54 | 314 | 104 | 116 | 0 | 24 | 370 | 101 | 61 |
| Binary | 1000001 | 101100 | 11001100 | 1000100 | 1001110 | 0 | 10100 | 11111000 | 1000001 | 110001 |
Color Harmonies of #412CCC
Complementary color
Monochromatic Colors of #412CCC
Black with #412CCC
Text Example
Text Example
White with #412CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CCC; }
p { color: rgb(65,44,204); }
H1.HeaderClassName
{
color: #412CCC;
}
.AnyTagClassName
{
color: #412CCC;
}
</style>
background-color css
<style>
a { background-color: #412CCC; }
a { background-color: rgb(65,44,204); }
div.DivClassName
{
background-color: #412CCC;
}
.BgClassName
{
background-color: #412CCC;
}
</style>
border-color css
<style>
span { border-color: #412CCC; }
span { border-color: rgb(65,44,204); }
td.TdClassName
{
border-color: #412CCC;
}
.TagClassName
{
border-color: #412CCC;
}
</style>