Shades of Purple Heart #4109B2
Tints of Purple Heart #4109B2
RGB
CMYK
RGB Variations
Color information
#4109B2 (or 0x4109B2) is known color: Purple Heart. HEX triplet: 41, 09 and B2. RGB value is (65,9,178). Sum of RGB (Red+Green+Blue) = 65+9+178=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 178 (69.92% from 255 or 70.63% from 252); Max value from RGB is 178 - color contains mainly: blue. Hex color #4109B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4109B2 is #BEF64D. Grayscale: #2C2C2C. Windows color (decimal): -12514894 or 11667777. OLE color: 11667777.
HSL color Cylindrical-coordinate representation of color #4109B2: hue angle of 259.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4109B2 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 9 | 178 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.30 |
| HSL | 259.88º | 0.9% | 0.37% | - |
| HSV(B) | 259.88º | 0.95% | 0.7% | - |
| XYZ | 10.31 | 4.53 | 42.45 | - |
| YUV | 45.01 | 203.05 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 178 | 0.63 | 0.95 | 0 | 0.30 | 259.88 | 0.9 | 0.37 |
| Hex | 41 | 9 | B2 | 3F | 5F | 0 | 1E | 104 | 5A | 25 |
| Octal | 101 | 11 | 262 | 77 | 137 | 0 | 36 | 404 | 132 | 45 |
| Binary | 1000001 | 1001 | 10110010 | 111111 | 1011111 | 0 | 11110 | 100000100 | 1011010 | 100101 |
Color Harmonies of #4109B2
Complementary color
Monochromatic Colors of #4109B2
Black with #4109B2
Text Example
Text Example
White with #4109B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4109B2; }
p { color: rgb(65,9,178); }
H1.HeaderClassName
{
color: #4109B2;
}
.AnyTagClassName
{
color: #4109B2;
}
</style>
background-color css
<style>
a { background-color: #4109B2; }
a { background-color: rgb(65,9,178); }
div.DivClassName
{
background-color: #4109B2;
}
.BgClassName
{
background-color: #4109B2;
}
</style>
border-color css
<style>
span { border-color: #4109B2; }
span { border-color: rgb(65,9,178); }
td.TdClassName
{
border-color: #4109B2;
}
.TagClassName
{
border-color: #4109B2;
}
</style>