Shades of Purple Heart #4129CC
Tints of Purple Heart #4129CC
RGB
CMYK
RGB Variations
Color information
#4129CC (or 0x4129CC) is known color: Purple Heart. HEX triplet: 41, 29 and CC. RGB value is (65,41,204). Sum of RGB (Red+Green+Blue) = 65+41+204=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #4129CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4129CC is #BED633. Grayscale: #424242. Windows color (decimal): -12506676 or 13379905. OLE color: 13379905.
HSL color Cylindrical-coordinate representation of color #4129CC: hue angle of 248.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4129CC is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 41 | 204 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.2 |
| HSL | 248.83º | 0.67% | 0.48% | - |
| HSV(B) | 248.83º | 0.8% | 0.8% | - |
| XYZ | 13.87 | 7.07 | 57.76 | - |
| YUV | 66.76 | 205.45 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 204 | 0.68 | 0.80 | 0 | 0.2 | 248.83 | 0.67 | 0.48 |
| Hex | 41 | 29 | CC | 44 | 50 | 0 | 14 | F9 | 43 | 30 |
| Octal | 101 | 51 | 314 | 104 | 120 | 0 | 24 | 371 | 103 | 60 |
| Binary | 1000001 | 101001 | 11001100 | 1000100 | 1010000 | 0 | 10100 | 11111001 | 1000011 | 110000 |
Color Harmonies of #4129CC
Complementary color
Monochromatic Colors of #4129CC
Black with #4129CC
Text Example
Text Example
White with #4129CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4129CC; }
p { color: rgb(65,41,204); }
H1.HeaderClassName
{
color: #4129CC;
}
.AnyTagClassName
{
color: #4129CC;
}
</style>
background-color css
<style>
a { background-color: #4129CC; }
a { background-color: rgb(65,41,204); }
div.DivClassName
{
background-color: #4129CC;
}
.BgClassName
{
background-color: #4129CC;
}
</style>
border-color css
<style>
span { border-color: #4129CC; }
span { border-color: rgb(65,41,204); }
td.TdClassName
{
border-color: #4129CC;
}
.TagClassName
{
border-color: #4129CC;
}
</style>