Shades of Purple Heart #4132BD
Tints of Purple Heart #4132BD
RGB
CMYK
RGB Variations
Color information
#4132BD (or 0x4132BD) is known color: Purple Heart. HEX triplet: 41, 32 and BD. RGB value is (65,50,189). Sum of RGB (Red+Green+Blue) = 65+50+189=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #4132BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132BD is #BECD42. Grayscale: #454545. Windows color (decimal): -12504387 or 12399169. OLE color: 12399169.
HSL color Cylindrical-coordinate representation of color #4132BD: hue angle of 246.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4132BD is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 50 | 189 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.26 |
| HSL | 246.47º | 0.58% | 0.47% | - |
| HSV(B) | 246.47º | 0.74% | 0.74% | - |
| XYZ | 12.51 | 7.08 | 48.85 | - |
| YUV | 70.33 | 194.97 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 189 | 0.66 | 0.74 | 0 | 0.26 | 246.47 | 0.58 | 0.47 |
| Hex | 41 | 32 | BD | 42 | 4A | 0 | 1A | F6 | 3A | 2F |
| Octal | 101 | 62 | 275 | 102 | 112 | 0 | 32 | 366 | 72 | 57 |
| Binary | 1000001 | 110010 | 10111101 | 1000010 | 1001010 | 0 | 11010 | 11110110 | 111010 | 101111 |
Color Harmonies of #4132BD
Complementary color
Monochromatic Colors of #4132BD
Black with #4132BD
Text Example
Text Example
White with #4132BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4132BD; }
p { color: rgb(65,50,189); }
H1.HeaderClassName
{
color: #4132BD;
}
.AnyTagClassName
{
color: #4132BD;
}
</style>
background-color css
<style>
a { background-color: #4132BD; }
a { background-color: rgb(65,50,189); }
div.DivClassName
{
background-color: #4132BD;
}
.BgClassName
{
background-color: #4132BD;
}
</style>
border-color css
<style>
span { border-color: #4132BD; }
span { border-color: rgb(65,50,189); }
td.TdClassName
{
border-color: #4132BD;
}
.TagClassName
{
border-color: #4132BD;
}
</style>