Shades of Purple Heart #6616B0
Tints of Purple Heart #6616B0
RGB
CMYK
RGB Variations
Color information
#6616B0 (or 0x6616B0) is known color: Purple Heart. HEX triplet: 66, 16 and B0. RGB value is (102,22,176). Sum of RGB (Red+Green+Blue) = 102+22+176=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #6616B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6616B0 is #99E94F. Grayscale: #3E3E3E. Windows color (decimal): -10086736 or 11540070. OLE color: 11540070.
HSL color Cylindrical-coordinate representation of color #6616B0: hue angle of 271.17º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6616B0 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 22 | 176 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.31 |
| HSL | 271.17º | 0.78% | 0.39% | - |
| HSV(B) | 271.17º | 0.88% | 0.69% | - |
| XYZ | 13.6 | 6.53 | 41.62 | - |
| YUV | 63.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 176 | 0.42 | 0.88 | 0 | 0.31 | 271.17 | 0.78 | 0.39 |
| Hex | 66 | 16 | B0 | 2A | 58 | 0 | 1F | 10F | 4E | 27 |
| Octal | 146 | 26 | 260 | 52 | 130 | 0 | 37 | 417 | 116 | 47 |
| Binary | 1100110 | 10110 | 10110000 | 101010 | 1011000 | 0 | 11111 | 100001111 | 1001110 | 100111 |
Color Harmonies of #6616B0
Complementary color
Monochromatic Colors of #6616B0
Black with #6616B0
Text Example
Text Example
White with #6616B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616B0; }
p { color: rgb(102,22,176); }
H1.HeaderClassName
{
color: #6616B0;
}
.AnyTagClassName
{
color: #6616B0;
}
</style>
background-color css
<style>
a { background-color: #6616B0; }
a { background-color: rgb(102,22,176); }
div.DivClassName
{
background-color: #6616B0;
}
.BgClassName
{
background-color: #6616B0;
}
</style>
border-color css
<style>
span { border-color: #6616B0; }
span { border-color: rgb(102,22,176); }
td.TdClassName
{
border-color: #6616B0;
}
.TagClassName
{
border-color: #6616B0;
}
</style>