Shades of Purple Heart #4232C0
Tints of Purple Heart #4232C0
RGB
CMYK
RGB Variations
Color information
#4232C0 (or 0x4232C0) is known color: Purple Heart. HEX triplet: 42, 32 and C0. RGB value is (66,50,192). Sum of RGB (Red+Green+Blue) = 66+50+192=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #4232C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232C0 is #BDCD3F. Grayscale: #464646. Windows color (decimal): -12438848 or 12595778. OLE color: 12595778.
HSL color Cylindrical-coordinate representation of color #4232C0: hue angle of 246.76º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4232C0 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 50 | 192 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.25 |
| HSL | 246.76º | 0.59% | 0.47% | - |
| HSV(B) | 246.76º | 0.74% | 0.75% | - |
| XYZ | 12.9 | 7.25 | 50.59 | - |
| YUV | 70.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 192 | 0.66 | 0.74 | 0 | 0.25 | 246.76 | 0.59 | 0.47 |
| Hex | 42 | 32 | C0 | 42 | 4A | 0 | 19 | F7 | 3B | 2F |
| Octal | 102 | 62 | 300 | 102 | 112 | 0 | 31 | 367 | 73 | 57 |
| Binary | 1000010 | 110010 | 11000000 | 1000010 | 1001010 | 0 | 11001 | 11110111 | 111011 | 101111 |
Color Harmonies of #4232C0
Complementary color
Monochromatic Colors of #4232C0
Black with #4232C0
Text Example
Text Example
White with #4232C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4232C0; }
p { color: rgb(66,50,192); }
H1.HeaderClassName
{
color: #4232C0;
}
.AnyTagClassName
{
color: #4232C0;
}
</style>
background-color css
<style>
a { background-color: #4232C0; }
a { background-color: rgb(66,50,192); }
div.DivClassName
{
background-color: #4232C0;
}
.BgClassName
{
background-color: #4232C0;
}
</style>
border-color css
<style>
span { border-color: #4232C0; }
span { border-color: rgb(66,50,192); }
td.TdClassName
{
border-color: #4232C0;
}
.TagClassName
{
border-color: #4232C0;
}
</style>