Shades of Purple Heart #4632C2
Tints of Purple Heart #4632C2
RGB
CMYK
RGB Variations
Color information
#4632C2 (or 0x4632C2) is known color: Purple Heart. HEX triplet: 46, 32 and C2. RGB value is (70,50,194). Sum of RGB (Red+Green+Blue) = 70+50+194=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #4632C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632C2 is #B9CD3D. Grayscale: #474747. Windows color (decimal): -12176702 or 12726854. OLE color: 12726854.
HSL color Cylindrical-coordinate representation of color #4632C2: hue angle of 248.33º 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 #4632C2 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 50 | 194 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.24 |
| HSL | 248.33º | 0.59% | 0.48% | - |
| HSV(B) | 248.33º | 0.74% | 0.76% | - |
| XYZ | 13.4 | 7.48 | 51.78 | - |
| YUV | 72.4 | 196.63 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 194 | 0.64 | 0.74 | 0 | 0.24 | 248.33 | 0.59 | 0.48 |
| Hex | 46 | 32 | C2 | 40 | 4A | 0 | 18 | F8 | 3B | 30 |
| Octal | 106 | 62 | 302 | 100 | 112 | 0 | 30 | 370 | 73 | 60 |
| Binary | 1000110 | 110010 | 11000010 | 1000000 | 1001010 | 0 | 11000 | 11111000 | 111011 | 110000 |
Color Harmonies of #4632C2
Complementary color
Monochromatic Colors of #4632C2
Black with #4632C2
Text Example
Text Example
White with #4632C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632C2; }
p { color: rgb(70,50,194); }
H1.HeaderClassName
{
color: #4632C2;
}
.AnyTagClassName
{
color: #4632C2;
}
</style>
background-color css
<style>
a { background-color: #4632C2; }
a { background-color: rgb(70,50,194); }
div.DivClassName
{
background-color: #4632C2;
}
.BgClassName
{
background-color: #4632C2;
}
</style>
border-color css
<style>
span { border-color: #4632C2; }
span { border-color: rgb(70,50,194); }
td.TdClassName
{
border-color: #4632C2;
}
.TagClassName
{
border-color: #4632C2;
}
</style>