Shades of Purple Heart #4632CD
Tints of Purple Heart #4632CD
RGB
CMYK
RGB Variations
Color information
#4632CD (or 0x4632CD) is known color: Purple Heart. HEX triplet: 46, 32 and CD. RGB value is (70,50,205). Sum of RGB (Red+Green+Blue) = 70+50+205=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #4632CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632CD is #B9CD32. Grayscale: #494949. Windows color (decimal): -12176691 or 13447750. OLE color: 13447750.
HSL color Cylindrical-coordinate representation of color #4632CD: hue angle of 247.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4632CD is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 50 | 205 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.20 |
| HSL | 247.74º | 0.61% | 0.5% | - |
| HSV(B) | 247.74º | 0.76% | 0.8% | - |
| XYZ | 14.69 | 7.99 | 58.53 | - |
| YUV | 73.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 205 | 0.66 | 0.76 | 0 | 0.20 | 247.74 | 0.61 | 0.5 |
| Hex | 46 | 32 | CD | 42 | 4C | 0 | 14 | F8 | 3D | 32 |
| Octal | 106 | 62 | 315 | 102 | 114 | 0 | 24 | 370 | 75 | 62 |
| Binary | 1000110 | 110010 | 11001101 | 1000010 | 1001100 | 0 | 10100 | 11111000 | 111101 | 110010 |
Color Harmonies of #4632CD
Complementary color
Monochromatic Colors of #4632CD
Black with #4632CD
Text Example
Text Example
White with #4632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632CD; }
p { color: rgb(70,50,205); }
H1.HeaderClassName
{
color: #4632CD;
}
.AnyTagClassName
{
color: #4632CD;
}
</style>
background-color css
<style>
a { background-color: #4632CD; }
a { background-color: rgb(70,50,205); }
div.DivClassName
{
background-color: #4632CD;
}
.BgClassName
{
background-color: #4632CD;
}
</style>
border-color css
<style>
span { border-color: #4632CD; }
span { border-color: rgb(70,50,205); }
td.TdClassName
{
border-color: #4632CD;
}
.TagClassName
{
border-color: #4632CD;
}
</style>