Shades of Purple Heart #611EA4
Tints of Purple Heart #611EA4
RGB
CMYK
RGB Variations
Color information
#611EA4 (or 0x611EA4) is known color: Purple Heart. HEX triplet: 61, 1E and A4. RGB value is (97,30,164). Sum of RGB (Red+Green+Blue) = 97+30+164=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #611EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611EA4 is #9EE15B. Grayscale: #404040. Windows color (decimal): -10412380 or 10755681. OLE color: 10755681.
HSL color Cylindrical-coordinate representation of color #611EA4: hue angle of 270º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611EA4 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 30 | 164 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.36 |
| HSL | 270º | 0.69% | 0.38% | - |
| HSV(B) | 270º | 0.82% | 0.64% | - |
| XYZ | 12.09 | 6.15 | 35.67 | - |
| YUV | 65.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 164 | 0.41 | 0.82 | 0 | 0.36 | 270 | 0.69 | 0.38 |
| Hex | 61 | 1E | A4 | 29 | 52 | 0 | 24 | 10E | 45 | 26 |
| Octal | 141 | 36 | 244 | 51 | 122 | 0 | 44 | 416 | 105 | 46 |
| Binary | 1100001 | 11110 | 10100100 | 101001 | 1010010 | 0 | 100100 | 100001110 | 1000101 | 100110 |
Color Harmonies of #611EA4
Complementary color
Monochromatic Colors of #611EA4
Black with #611EA4
Text Example
Text Example
White with #611EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611EA4; }
p { color: rgb(97,30,164); }
H1.HeaderClassName
{
color: #611EA4;
}
.AnyTagClassName
{
color: #611EA4;
}
</style>
background-color css
<style>
a { background-color: #611EA4; }
a { background-color: rgb(97,30,164); }
div.DivClassName
{
background-color: #611EA4;
}
.BgClassName
{
background-color: #611EA4;
}
</style>
border-color css
<style>
span { border-color: #611EA4; }
span { border-color: rgb(97,30,164); }
td.TdClassName
{
border-color: #611EA4;
}
.TagClassName
{
border-color: #611EA4;
}
</style>