Shades of Purple Heart #4634C7
Tints of Purple Heart #4634C7
RGB
CMYK
RGB Variations
Color information
#4634C7 (or 0x4634C7) is known color: Purple Heart. HEX triplet: 46, 34 and C7. RGB value is (70,52,199). Sum of RGB (Red+Green+Blue) = 70+52+199=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 199 (78.12% from 255 or 61.99% from 321); Max value from RGB is 199 - color contains mainly: blue. Hex color #4634C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634C7 is #B9CB38. Grayscale: #494949. Windows color (decimal): -12176185 or 13055046. OLE color: 13055046.
HSL color Cylindrical-coordinate representation of color #4634C7: hue angle of 247.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4634C7 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 52 | 199 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.22 |
| HSL | 247.35º | 0.59% | 0.49% | - |
| HSV(B) | 247.35º | 0.74% | 0.78% | - |
| XYZ | 14.06 | 7.88 | 54.81 | - |
| YUV | 74.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 199 | 0.65 | 0.74 | 0 | 0.22 | 247.35 | 0.59 | 0.49 |
| Hex | 46 | 34 | C7 | 41 | 4A | 0 | 16 | F7 | 3B | 31 |
| Octal | 106 | 64 | 307 | 101 | 112 | 0 | 26 | 367 | 73 | 61 |
| Binary | 1000110 | 110100 | 11000111 | 1000001 | 1001010 | 0 | 10110 | 11110111 | 111011 | 110001 |
Color Harmonies of #4634C7
Complementary color
Monochromatic Colors of #4634C7
Black with #4634C7
Text Example
Text Example
White with #4634C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634C7; }
p { color: rgb(70,52,199); }
H1.HeaderClassName
{
color: #4634C7;
}
.AnyTagClassName
{
color: #4634C7;
}
</style>
background-color css
<style>
a { background-color: #4634C7; }
a { background-color: rgb(70,52,199); }
div.DivClassName
{
background-color: #4634C7;
}
.BgClassName
{
background-color: #4634C7;
}
</style>
border-color css
<style>
span { border-color: #4634C7; }
span { border-color: rgb(70,52,199); }
td.TdClassName
{
border-color: #4634C7;
}
.TagClassName
{
border-color: #4634C7;
}
</style>