Shades of Purple Heart #4634CA
Tints of Purple Heart #4634CA
RGB
CMYK
RGB Variations
Color information
#4634CA (or 0x4634CA) is known color: Purple Heart. HEX triplet: 46, 34 and CA. RGB value is (70,52,202). Sum of RGB (Red+Green+Blue) = 70+52+202=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #4634CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634CA is #B9CB35. Grayscale: #494949. Windows color (decimal): -12176182 or 13251654. OLE color: 13251654.
HSL color Cylindrical-coordinate representation of color #4634CA: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4634CA is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 52 | 202 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.21 |
| HSL | 247.2º | 0.59% | 0.5% | - |
| HSV(B) | 247.2º | 0.74% | 0.79% | - |
| XYZ | 14.41 | 8.02 | 56.67 | - |
| YUV | 74.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 202 | 0.65 | 0.74 | 0 | 0.21 | 247.2 | 0.59 | 0.5 |
| Hex | 46 | 34 | CA | 41 | 4A | 0 | 15 | F7 | 3B | 32 |
| Octal | 106 | 64 | 312 | 101 | 112 | 0 | 25 | 367 | 73 | 62 |
| Binary | 1000110 | 110100 | 11001010 | 1000001 | 1001010 | 0 | 10101 | 11110111 | 111011 | 110010 |
Color Harmonies of #4634CA
Complementary color
Monochromatic Colors of #4634CA
Black with #4634CA
Text Example
Text Example
White with #4634CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634CA; }
p { color: rgb(70,52,202); }
H1.HeaderClassName
{
color: #4634CA;
}
.AnyTagClassName
{
color: #4634CA;
}
</style>
background-color css
<style>
a { background-color: #4634CA; }
a { background-color: rgb(70,52,202); }
div.DivClassName
{
background-color: #4634CA;
}
.BgClassName
{
background-color: #4634CA;
}
</style>
border-color css
<style>
span { border-color: #4634CA; }
span { border-color: rgb(70,52,202); }
td.TdClassName
{
border-color: #4634CA;
}
.TagClassName
{
border-color: #4634CA;
}
</style>