Shades of Purple Heart #4121CF
Tints of Purple Heart #4121CF
RGB
CMYK
RGB Variations
Color information
#4121CF (or 0x4121CF) is known color: Purple Heart. HEX triplet: 41, 21 and CF. RGB value is (65,33,207). Sum of RGB (Red+Green+Blue) = 65+33+207=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #4121CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4121CF is #BEDE30. Grayscale: #3D3D3D. Windows color (decimal): -12508721 or 13574465. OLE color: 13574465.
HSL color Cylindrical-coordinate representation of color #4121CF: hue angle of 251.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4121CF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 33 | 207 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.19 |
| HSL | 251.03º | 0.73% | 0.47% | - |
| HSV(B) | 251.03º | 0.84% | 0.81% | - |
| XYZ | 13.99 | 6.72 | 59.59 | - |
| YUV | 62.4 | 209.6 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 207 | 0.69 | 0.84 | 0 | 0.19 | 251.03 | 0.73 | 0.47 |
| Hex | 41 | 21 | CF | 45 | 54 | 0 | 13 | FB | 48 | 2F |
| Octal | 101 | 41 | 317 | 105 | 124 | 0 | 23 | 373 | 110 | 57 |
| Binary | 1000001 | 100001 | 11001111 | 1000101 | 1010100 | 0 | 10011 | 11111011 | 1001000 | 101111 |
Color Harmonies of #4121CF
Complementary color
Monochromatic Colors of #4121CF
Black with #4121CF
Text Example
Text Example
White with #4121CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121CF; }
p { color: rgb(65,33,207); }
H1.HeaderClassName
{
color: #4121CF;
}
.AnyTagClassName
{
color: #4121CF;
}
</style>
background-color css
<style>
a { background-color: #4121CF; }
a { background-color: rgb(65,33,207); }
div.DivClassName
{
background-color: #4121CF;
}
.BgClassName
{
background-color: #4121CF;
}
</style>
border-color css
<style>
span { border-color: #4121CF; }
span { border-color: rgb(65,33,207); }
td.TdClassName
{
border-color: #4121CF;
}
.TagClassName
{
border-color: #4121CF;
}
</style>