Shades of Purple Heart #611AB8
Tints of Purple Heart #611AB8
RGB
CMYK
RGB Variations
Color information
#611AB8 (or 0x611AB8) is known color: Purple Heart. HEX triplet: 61, 1A and B8. RGB value is (97,26,184). Sum of RGB (Red+Green+Blue) = 97+26+184=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #611AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611AB8 is #9EE547. Grayscale: #404040. Windows color (decimal): -10413384 or 12065377. OLE color: 12065377.
HSL color Cylindrical-coordinate representation of color #611AB8: hue angle of 266.96º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611AB8 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 26 | 184 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.28 |
| HSL | 266.96º | 0.75% | 0.41% | - |
| HSV(B) | 266.96º | 0.86% | 0.72% | - |
| XYZ | 13.95 | 6.74 | 45.91 | - |
| YUV | 65.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 184 | 0.47 | 0.86 | 0 | 0.28 | 266.96 | 0.75 | 0.41 |
| Hex | 61 | 1A | B8 | 2F | 56 | 0 | 1C | 10B | 4B | 29 |
| Octal | 141 | 32 | 270 | 57 | 126 | 0 | 34 | 413 | 113 | 51 |
| Binary | 1100001 | 11010 | 10111000 | 101111 | 1010110 | 0 | 11100 | 100001011 | 1001011 | 101001 |
Color Harmonies of #611AB8
Complementary color
Monochromatic Colors of #611AB8
Black with #611AB8
Text Example
Text Example
White with #611AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611AB8; }
p { color: rgb(97,26,184); }
H1.HeaderClassName
{
color: #611AB8;
}
.AnyTagClassName
{
color: #611AB8;
}
</style>
background-color css
<style>
a { background-color: #611AB8; }
a { background-color: rgb(97,26,184); }
div.DivClassName
{
background-color: #611AB8;
}
.BgClassName
{
background-color: #611AB8;
}
</style>
border-color css
<style>
span { border-color: #611AB8; }
span { border-color: rgb(97,26,184); }
td.TdClassName
{
border-color: #611AB8;
}
.TagClassName
{
border-color: #611AB8;
}
</style>