Shades of Purple Heart #4A22CD
Tints of Purple Heart #4A22CD
RGB
CMYK
RGB Variations
Color information
#4A22CD (or 0x4A22CD) is known color: Purple Heart. HEX triplet: 4A, 22 and CD. RGB value is (74,34,205). Sum of RGB (Red+Green+Blue) = 74+34+205=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A22CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A22CD is #B5DD32. Grayscale: #404040. Windows color (decimal): -11918643 or 13443658. OLE color: 13443658.
HSL color Cylindrical-coordinate representation of color #4A22CD: hue angle of 254.04º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A22CD is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 34 | 205 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.20 |
| HSL | 254.04º | 0.72% | 0.47% | - |
| HSV(B) | 254.04º | 0.83% | 0.8% | - |
| XYZ | 14.42 | 7.01 | 58.35 | - |
| YUV | 65.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 205 | 0.64 | 0.83 | 0 | 0.20 | 254.04 | 0.72 | 0.47 |
| Hex | 4A | 22 | CD | 40 | 53 | 0 | 14 | FE | 48 | 2F |
| Octal | 112 | 42 | 315 | 100 | 123 | 0 | 24 | 376 | 110 | 57 |
| Binary | 1001010 | 100010 | 11001101 | 1000000 | 1010011 | 0 | 10100 | 11111110 | 1001000 | 101111 |
Color Harmonies of #4A22CD
Complementary color
Monochromatic Colors of #4A22CD
Black with #4A22CD
Text Example
Text Example
White with #4A22CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A22CD; }
p { color: rgb(74,34,205); }
H1.HeaderClassName
{
color: #4A22CD;
}
.AnyTagClassName
{
color: #4A22CD;
}
</style>
background-color css
<style>
a { background-color: #4A22CD; }
a { background-color: rgb(74,34,205); }
div.DivClassName
{
background-color: #4A22CD;
}
.BgClassName
{
background-color: #4A22CD;
}
</style>
border-color css
<style>
span { border-color: #4A22CD; }
span { border-color: rgb(74,34,205); }
td.TdClassName
{
border-color: #4A22CD;
}
.TagClassName
{
border-color: #4A22CD;
}
</style>