Shades of Purple Heart #4907C3
Tints of Purple Heart #4907C3
RGB
CMYK
RGB Variations
Color information
#4907C3 (or 0x4907C3) is known color: Purple Heart. HEX triplet: 49, 07 and C3. RGB value is (73,7,195). Sum of RGB (Red+Green+Blue) = 73+7+195=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #4907C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4907C3 is #B6F83C. Grayscale: #2F2F2F. Windows color (decimal): -11991101 or 12781385. OLE color: 12781385.
HSL color Cylindrical-coordinate representation of color #4907C3: hue angle of 261.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4907C3 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 7 | 195 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.24 |
| HSL | 261.06º | 0.93% | 0.4% | - |
| HSV(B) | 261.06º | 0.96% | 0.76% | - |
| XYZ | 12.67 | 5.51 | 52.03 | - |
| YUV | 48.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 195 | 0.63 | 0.96 | 0 | 0.24 | 261.06 | 0.93 | 0.4 |
| Hex | 49 | 7 | C3 | 3F | 60 | 0 | 18 | 105 | 5D | 28 |
| Octal | 111 | 7 | 303 | 77 | 140 | 0 | 30 | 405 | 135 | 50 |
| Binary | 1001001 | 111 | 11000011 | 111111 | 1100000 | 0 | 11000 | 100000101 | 1011101 | 101000 |
Color Harmonies of #4907C3
Complementary color
Monochromatic Colors of #4907C3
Black with #4907C3
Text Example
Text Example
White with #4907C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4907C3; }
p { color: rgb(73,7,195); }
H1.HeaderClassName
{
color: #4907C3;
}
.AnyTagClassName
{
color: #4907C3;
}
</style>
background-color css
<style>
a { background-color: #4907C3; }
a { background-color: rgb(73,7,195); }
div.DivClassName
{
background-color: #4907C3;
}
.BgClassName
{
background-color: #4907C3;
}
</style>
border-color css
<style>
span { border-color: #4907C3; }
span { border-color: rgb(73,7,195); }
td.TdClassName
{
border-color: #4907C3;
}
.TagClassName
{
border-color: #4907C3;
}
</style>