Shades of Purple Heart #4632CC
Tints of Purple Heart #4632CC
RGB
CMYK
RGB Variations
Color information
#4632CC (or 0x4632CC) is known color: Purple Heart. HEX triplet: 46, 32 and CC. RGB value is (70,50,204). Sum of RGB (Red+Green+Blue) = 70+50+204=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #4632CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632CC is #B9CD33. Grayscale: #484848. Windows color (decimal): -12176692 or 13382214. OLE color: 13382214.
HSL color Cylindrical-coordinate representation of color #4632CC: hue angle of 247.79º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4632CC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 50 | 204 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.2 |
| HSL | 247.79º | 0.61% | 0.5% | - |
| HSV(B) | 247.79º | 0.75% | 0.8% | - |
| XYZ | 14.57 | 7.94 | 57.89 | - |
| YUV | 73.54 | 201.63 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 204 | 0.66 | 0.75 | 0 | 0.2 | 247.79 | 0.61 | 0.5 |
| Hex | 46 | 32 | CC | 42 | 4B | 0 | 14 | F8 | 3D | 32 |
| Octal | 106 | 62 | 314 | 102 | 113 | 0 | 24 | 370 | 75 | 62 |
| Binary | 1000110 | 110010 | 11001100 | 1000010 | 1001011 | 0 | 10100 | 11111000 | 111101 | 110010 |
Color Harmonies of #4632CC
Complementary color
Monochromatic Colors of #4632CC
Black with #4632CC
Text Example
Text Example
White with #4632CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632CC; }
p { color: rgb(70,50,204); }
H1.HeaderClassName
{
color: #4632CC;
}
.AnyTagClassName
{
color: #4632CC;
}
</style>
background-color css
<style>
a { background-color: #4632CC; }
a { background-color: rgb(70,50,204); }
div.DivClassName
{
background-color: #4632CC;
}
.BgClassName
{
background-color: #4632CC;
}
</style>
border-color css
<style>
span { border-color: #4632CC; }
span { border-color: rgb(70,50,204); }
td.TdClassName
{
border-color: #4632CC;
}
.TagClassName
{
border-color: #4632CC;
}
</style>