Shades of Purple Heart #4105C2
Tints of Purple Heart #4105C2
RGB
CMYK
RGB Variations
Color information
#4105C2 (or 0x4105C2) is known color: Purple Heart. HEX triplet: 41, 05 and C2. RGB value is (65,5,194). Sum of RGB (Red+Green+Blue) = 65+5+194=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #4105C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4105C2 is #BEFA3D. Grayscale: #2B2B2B. Windows color (decimal): -12515902 or 12715329. OLE color: 12715329.
HSL color Cylindrical-coordinate representation of color #4105C2: hue angle of 259.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4105C2 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 5 | 194 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.24 |
| HSL | 259.05º | 0.95% | 0.39% | - |
| HSV(B) | 259.05º | 0.97% | 0.76% | - |
| XYZ | 11.97 | 5.13 | 51.4 | - |
| YUV | 44.49 | 212.38 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 194 | 0.66 | 0.97 | 0 | 0.24 | 259.05 | 0.95 | 0.39 |
| Hex | 41 | 5 | C2 | 42 | 61 | 0 | 18 | 103 | 5F | 27 |
| Octal | 101 | 5 | 302 | 102 | 141 | 0 | 30 | 403 | 137 | 47 |
| Binary | 1000001 | 101 | 11000010 | 1000010 | 1100001 | 0 | 11000 | 100000011 | 1011111 | 100111 |
Color Harmonies of #4105C2
Complementary color
Monochromatic Colors of #4105C2
Black with #4105C2
Text Example
Text Example
White with #4105C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4105C2; }
p { color: rgb(65,5,194); }
H1.HeaderClassName
{
color: #4105C2;
}
.AnyTagClassName
{
color: #4105C2;
}
</style>
background-color css
<style>
a { background-color: #4105C2; }
a { background-color: rgb(65,5,194); }
div.DivClassName
{
background-color: #4105C2;
}
.BgClassName
{
background-color: #4105C2;
}
</style>
border-color css
<style>
span { border-color: #4105C2; }
span { border-color: rgb(65,5,194); }
td.TdClassName
{
border-color: #4105C2;
}
.TagClassName
{
border-color: #4105C2;
}
</style>