Shades of Purple Heart #4103C5
Tints of Purple Heart #4103C5
RGB
CMYK
RGB Variations
Color information
#4103C5 (or 0x4103C5) is known color: Purple Heart. HEX triplet: 41, 03 and C5. RGB value is (65,3,197). Sum of RGB (Red+Green+Blue) = 65+3+197=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 197 (77.34% from 255 or 74.34% from 265); Max value from RGB is 197 - color contains mainly: blue. Hex color #4103C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4103C5 is #BEFC3A. Grayscale: #2A2A2A. Windows color (decimal): -12516411 or 12911425. OLE color: 12911425.
HSL color Cylindrical-coordinate representation of color #4103C5: hue angle of 259.18º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103C5 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 3 | 197 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.23 |
| HSL | 259.18º | 0.97% | 0.39% | - |
| HSV(B) | 259.18º | 0.98% | 0.77% | - |
| XYZ | 12.29 | 5.22 | 53.18 | - |
| YUV | 43.65 | 214.54 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 197 | 0.67 | 0.98 | 0 | 0.23 | 259.18 | 0.97 | 0.39 |
| Hex | 41 | 3 | C5 | 43 | 62 | 0 | 17 | 103 | 61 | 27 |
| Octal | 101 | 3 | 305 | 103 | 142 | 0 | 27 | 403 | 141 | 47 |
| Binary | 1000001 | 11 | 11000101 | 1000011 | 1100010 | 0 | 10111 | 100000011 | 1100001 | 100111 |
Color Harmonies of #4103C5
Complementary color
Monochromatic Colors of #4103C5
Black with #4103C5
Text Example
Text Example
White with #4103C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103C5; }
p { color: rgb(65,3,197); }
H1.HeaderClassName
{
color: #4103C5;
}
.AnyTagClassName
{
color: #4103C5;
}
</style>
background-color css
<style>
a { background-color: #4103C5; }
a { background-color: rgb(65,3,197); }
div.DivClassName
{
background-color: #4103C5;
}
.BgClassName
{
background-color: #4103C5;
}
</style>
border-color css
<style>
span { border-color: #4103C5; }
span { border-color: rgb(65,3,197); }
td.TdClassName
{
border-color: #4103C5;
}
.TagClassName
{
border-color: #4103C5;
}
</style>