Shades of Purple Heart #4927B4
Tints of Purple Heart #4927B4
RGB
CMYK
RGB Variations
Color information
#4927B4 (or 0x4927B4) is known color: Purple Heart. HEX triplet: 49, 27 and B4. RGB value is (73,39,180). Sum of RGB (Red+Green+Blue) = 73+39+180=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #4927B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927B4 is #B6D84B. Grayscale: #404040. Windows color (decimal): -11982924 or 11806537. OLE color: 11806537.
HSL color Cylindrical-coordinate representation of color #4927B4: hue angle of 254.47º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4927B4 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 39 | 180 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.29 |
| HSL | 254.47º | 0.64% | 0.43% | - |
| HSV(B) | 254.47º | 0.78% | 0.71% | - |
| XYZ | 11.71 | 6.16 | 43.75 | - |
| YUV | 65.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 180 | 0.59 | 0.78 | 0 | 0.29 | 254.47 | 0.64 | 0.43 |
| Hex | 49 | 27 | B4 | 3B | 4E | 0 | 1D | FE | 40 | 2B |
| Octal | 111 | 47 | 264 | 73 | 116 | 0 | 35 | 376 | 100 | 53 |
| Binary | 1001001 | 100111 | 10110100 | 111011 | 1001110 | 0 | 11101 | 11111110 | 1000000 | 101011 |
Color Harmonies of #4927B4
Complementary color
Monochromatic Colors of #4927B4
Black with #4927B4
Text Example
Text Example
White with #4927B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927B4; }
p { color: rgb(73,39,180); }
H1.HeaderClassName
{
color: #4927B4;
}
.AnyTagClassName
{
color: #4927B4;
}
</style>
background-color css
<style>
a { background-color: #4927B4; }
a { background-color: rgb(73,39,180); }
div.DivClassName
{
background-color: #4927B4;
}
.BgClassName
{
background-color: #4927B4;
}
</style>
border-color css
<style>
span { border-color: #4927B4; }
span { border-color: rgb(73,39,180); }
td.TdClassName
{
border-color: #4927B4;
}
.TagClassName
{
border-color: #4927B4;
}
</style>