Shades of Purple Heart #4A07B1
Tints of Purple Heart #4A07B1
RGB
CMYK
RGB Variations
Color information
#4A07B1 (or 0x4A07B1) is known color: Purple Heart. HEX triplet: 4A, 07 and B1. RGB value is (74,7,177). Sum of RGB (Red+Green+Blue) = 74+7+177=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A07B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A07B1 is #B5F84E. Grayscale: #2D2D2D. Windows color (decimal): -11925583 or 11601738. OLE color: 11601738.
HSL color Cylindrical-coordinate representation of color #4A07B1: hue angle of 263.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A07B1 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 7 | 177 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.31 |
| HSL | 263.65º | 0.92% | 0.36% | - |
| HSV(B) | 263.65º | 0.96% | 0.69% | - |
| XYZ | 10.84 | 4.78 | 41.95 | - |
| YUV | 46.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 177 | 0.58 | 0.96 | 0 | 0.31 | 263.65 | 0.92 | 0.36 |
| Hex | 4A | 7 | B1 | 3A | 60 | 0 | 1F | 108 | 5C | 24 |
| Octal | 112 | 7 | 261 | 72 | 140 | 0 | 37 | 410 | 134 | 44 |
| Binary | 1001010 | 111 | 10110001 | 111010 | 1100000 | 0 | 11111 | 100001000 | 1011100 | 100100 |
Color Harmonies of #4A07B1
Complementary color
Monochromatic Colors of #4A07B1
Black with #4A07B1
Text Example
Text Example
White with #4A07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A07B1; }
p { color: rgb(74,7,177); }
H1.HeaderClassName
{
color: #4A07B1;
}
.AnyTagClassName
{
color: #4A07B1;
}
</style>
background-color css
<style>
a { background-color: #4A07B1; }
a { background-color: rgb(74,7,177); }
div.DivClassName
{
background-color: #4A07B1;
}
.BgClassName
{
background-color: #4A07B1;
}
</style>
border-color css
<style>
span { border-color: #4A07B1; }
span { border-color: rgb(74,7,177); }
td.TdClassName
{
border-color: #4A07B1;
}
.TagClassName
{
border-color: #4A07B1;
}
</style>