Shades of Purple Heart #661BB8
Tints of Purple Heart #661BB8
RGB
CMYK
RGB Variations
Color information
#661BB8 (or 0x661BB8) is known color: Purple Heart. HEX triplet: 66, 1B and B8. RGB value is (102,27,184). Sum of RGB (Red+Green+Blue) = 102+27+184=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #661BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BB8 is #99E447. Grayscale: #424242. Windows color (decimal): -10085448 or 12065638. OLE color: 12065638.
HSL color Cylindrical-coordinate representation of color #661BB8: hue angle of 268.66º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661BB8 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 27 | 184 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.28 |
| HSL | 268.66º | 0.74% | 0.41% | - |
| HSV(B) | 268.66º | 0.85% | 0.72% | - |
| XYZ | 14.52 | 7.07 | 45.95 | - |
| YUV | 67.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 184 | 0.45 | 0.85 | 0 | 0.28 | 268.66 | 0.74 | 0.41 |
| Hex | 66 | 1B | B8 | 2D | 55 | 0 | 1C | 10D | 4A | 29 |
| Octal | 146 | 33 | 270 | 55 | 125 | 0 | 34 | 415 | 112 | 51 |
| Binary | 1100110 | 11011 | 10111000 | 101101 | 1010101 | 0 | 11100 | 100001101 | 1001010 | 101001 |
Color Harmonies of #661BB8
Complementary color
Monochromatic Colors of #661BB8
Black with #661BB8
Text Example
Text Example
White with #661BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BB8; }
p { color: rgb(102,27,184); }
H1.HeaderClassName
{
color: #661BB8;
}
.AnyTagClassName
{
color: #661BB8;
}
</style>
background-color css
<style>
a { background-color: #661BB8; }
a { background-color: rgb(102,27,184); }
div.DivClassName
{
background-color: #661BB8;
}
.BgClassName
{
background-color: #661BB8;
}
</style>
border-color css
<style>
span { border-color: #661BB8; }
span { border-color: rgb(102,27,184); }
td.TdClassName
{
border-color: #661BB8;
}
.TagClassName
{
border-color: #661BB8;
}
</style>