Shades of Purple Heart #4232BC
Tints of Purple Heart #4232BC
RGB
CMYK
RGB Variations
Color information
#4232BC (or 0x4232BC) is known color: Purple Heart. HEX triplet: 42, 32 and BC. RGB value is (66,50,188). Sum of RGB (Red+Green+Blue) = 66+50+188=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #4232BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232BC is #BDCD43. Grayscale: #454545. Windows color (decimal): -12438852 or 12333634. OLE color: 12333634.
HSL color Cylindrical-coordinate representation of color #4232BC: hue angle of 246.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4232BC is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 50 | 188 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.26 |
| HSL | 246.96º | 0.58% | 0.47% | - |
| HSV(B) | 246.96º | 0.73% | 0.74% | - |
| XYZ | 12.46 | 7.07 | 48.28 | - |
| YUV | 70.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 188 | 0.65 | 0.73 | 0 | 0.26 | 246.96 | 0.58 | 0.47 |
| Hex | 42 | 32 | BC | 41 | 49 | 0 | 1A | F7 | 3A | 2F |
| Octal | 102 | 62 | 274 | 101 | 111 | 0 | 32 | 367 | 72 | 57 |
| Binary | 1000010 | 110010 | 10111100 | 1000001 | 1001001 | 0 | 11010 | 11110111 | 111010 | 101111 |
Color Harmonies of #4232BC
Complementary color
Monochromatic Colors of #4232BC
Black with #4232BC
Text Example
Text Example
White with #4232BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4232BC; }
p { color: rgb(66,50,188); }
H1.HeaderClassName
{
color: #4232BC;
}
.AnyTagClassName
{
color: #4232BC;
}
</style>
background-color css
<style>
a { background-color: #4232BC; }
a { background-color: rgb(66,50,188); }
div.DivClassName
{
background-color: #4232BC;
}
.BgClassName
{
background-color: #4232BC;
}
</style>
border-color css
<style>
span { border-color: #4232BC; }
span { border-color: rgb(66,50,188); }
td.TdClassName
{
border-color: #4232BC;
}
.TagClassName
{
border-color: #4232BC;
}
</style>