Shades of Purple Heart #4121CA
Tints of Purple Heart #4121CA
RGB
CMYK
RGB Variations
Color information
#4121CA (or 0x4121CA) is known color: Purple Heart. HEX triplet: 41, 21 and CA. RGB value is (65,33,202). Sum of RGB (Red+Green+Blue) = 65+33+202=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #4121CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4121CA is #BEDE35. Grayscale: #3D3D3D. Windows color (decimal): -12508726 or 13246785. OLE color: 13246785.
HSL color Cylindrical-coordinate representation of color #4121CA: hue angle of 251.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4121CA is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 33 | 202 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.21 |
| HSL | 251.36º | 0.72% | 0.46% | - |
| HSV(B) | 251.36º | 0.84% | 0.79% | - |
| XYZ | 13.38 | 6.48 | 56.42 | - |
| YUV | 61.83 | 207.1 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 202 | 0.68 | 0.84 | 0 | 0.21 | 251.36 | 0.72 | 0.46 |
| Hex | 41 | 21 | CA | 44 | 54 | 0 | 15 | FB | 48 | 2E |
| Octal | 101 | 41 | 312 | 104 | 124 | 0 | 25 | 373 | 110 | 56 |
| Binary | 1000001 | 100001 | 11001010 | 1000100 | 1010100 | 0 | 10101 | 11111011 | 1001000 | 101110 |
Color Harmonies of #4121CA
Complementary color
Monochromatic Colors of #4121CA
Black with #4121CA
Text Example
Text Example
White with #4121CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121CA; }
p { color: rgb(65,33,202); }
H1.HeaderClassName
{
color: #4121CA;
}
.AnyTagClassName
{
color: #4121CA;
}
</style>
background-color css
<style>
a { background-color: #4121CA; }
a { background-color: rgb(65,33,202); }
div.DivClassName
{
background-color: #4121CA;
}
.BgClassName
{
background-color: #4121CA;
}
</style>
border-color css
<style>
span { border-color: #4121CA; }
span { border-color: rgb(65,33,202); }
td.TdClassName
{
border-color: #4121CA;
}
.TagClassName
{
border-color: #4121CA;
}
</style>