Shades of Purple Heart #4232C3
Tints of Purple Heart #4232C3
RGB
CMYK
RGB Variations
Color information
#4232C3 (or 0x4232C3) is known color: Purple Heart. HEX triplet: 42, 32 and C3. RGB value is (66,50,195). Sum of RGB (Red+Green+Blue) = 66+50+195=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #4232C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232C3 is #BDCD3C. Grayscale: #464646. Windows color (decimal): -12438845 or 12792386. OLE color: 12792386.
HSL color Cylindrical-coordinate representation of color #4232C3: hue angle of 246.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4232C3 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 50 | 195 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.24 |
| HSL | 246.62º | 0.59% | 0.48% | - |
| HSV(B) | 246.62º | 0.74% | 0.76% | - |
| XYZ | 13.24 | 7.38 | 52.36 | - |
| YUV | 71.31 | 197.8 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 195 | 0.66 | 0.74 | 0 | 0.24 | 246.62 | 0.59 | 0.48 |
| Hex | 42 | 32 | C3 | 42 | 4A | 0 | 18 | F7 | 3B | 30 |
| Octal | 102 | 62 | 303 | 102 | 112 | 0 | 30 | 367 | 73 | 60 |
| Binary | 1000010 | 110010 | 11000011 | 1000010 | 1001010 | 0 | 11000 | 11110111 | 111011 | 110000 |
Color Harmonies of #4232C3
Complementary color
Monochromatic Colors of #4232C3
Black with #4232C3
Text Example
Text Example
White with #4232C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4232C3; }
p { color: rgb(66,50,195); }
H1.HeaderClassName
{
color: #4232C3;
}
.AnyTagClassName
{
color: #4232C3;
}
</style>
background-color css
<style>
a { background-color: #4232C3; }
a { background-color: rgb(66,50,195); }
div.DivClassName
{
background-color: #4232C3;
}
.BgClassName
{
background-color: #4232C3;
}
</style>
border-color css
<style>
span { border-color: #4232C3; }
span { border-color: rgb(66,50,195); }
td.TdClassName
{
border-color: #4232C3;
}
.TagClassName
{
border-color: #4232C3;
}
</style>