Shades of Purple Heart #412FC1
Tints of Purple Heart #412FC1
RGB
CMYK
RGB Variations
Color information
#412FC1 (or 0x412FC1) is known color: Purple Heart. HEX triplet: 41, 2F and C1. RGB value is (65,47,193). Sum of RGB (Red+Green+Blue) = 65+47+193=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #412FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FC1 is #BED03E. Grayscale: #444444. Windows color (decimal): -12505151 or 12660545. OLE color: 12660545.
HSL color Cylindrical-coordinate representation of color #412FC1: hue angle of 247.4º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412FC1 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 47 | 193 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.24 |
| HSL | 247.4º | 0.61% | 0.47% | - |
| HSV(B) | 247.4º | 0.76% | 0.76% | - |
| XYZ | 12.82 | 7.01 | 51.13 | - |
| YUV | 69.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 193 | 0.66 | 0.76 | 0 | 0.24 | 247.4 | 0.61 | 0.47 |
| Hex | 41 | 2F | C1 | 42 | 4C | 0 | 18 | F7 | 3D | 2F |
| Octal | 101 | 57 | 301 | 102 | 114 | 0 | 30 | 367 | 75 | 57 |
| Binary | 1000001 | 101111 | 11000001 | 1000010 | 1001100 | 0 | 11000 | 11110111 | 111101 | 101111 |
Color Harmonies of #412FC1
Complementary color
Monochromatic Colors of #412FC1
Black with #412FC1
Text Example
Text Example
White with #412FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FC1; }
p { color: rgb(65,47,193); }
H1.HeaderClassName
{
color: #412FC1;
}
.AnyTagClassName
{
color: #412FC1;
}
</style>
background-color css
<style>
a { background-color: #412FC1; }
a { background-color: rgb(65,47,193); }
div.DivClassName
{
background-color: #412FC1;
}
.BgClassName
{
background-color: #412FC1;
}
</style>
border-color css
<style>
span { border-color: #412FC1; }
span { border-color: rgb(65,47,193); }
td.TdClassName
{
border-color: #412FC1;
}
.TagClassName
{
border-color: #412FC1;
}
</style>