Shades of Purple Heart #6611B2
Tints of Purple Heart #6611B2
RGB
CMYK
RGB Variations
Color information
#6611B2 (or 0x6611B2) is known color: Purple Heart. HEX triplet: 66, 11 and B2. RGB value is (102,17,178). Sum of RGB (Red+Green+Blue) = 102+17+178=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #6611B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6611B2 is #99EE4D. Grayscale: #3C3C3C. Windows color (decimal): -10088014 or 11669862. OLE color: 11669862.
HSL color Cylindrical-coordinate representation of color #6611B2: hue angle of 271.68º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6611B2 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 17 | 178 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.30 |
| HSL | 271.68º | 0.83% | 0.38% | - |
| HSV(B) | 271.68º | 0.9% | 0.7% | - |
| XYZ | 13.72 | 6.44 | 42.64 | - |
| YUV | 60.77 | 194.16 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 178 | 0.43 | 0.90 | 0 | 0.30 | 271.68 | 0.83 | 0.38 |
| Hex | 66 | 11 | B2 | 2B | 5A | 0 | 1E | 110 | 53 | 26 |
| Octal | 146 | 21 | 262 | 53 | 132 | 0 | 36 | 420 | 123 | 46 |
| Binary | 1100110 | 10001 | 10110010 | 101011 | 1011010 | 0 | 11110 | 100010000 | 1010011 | 100110 |
Color Harmonies of #6611B2
Complementary color
Monochromatic Colors of #6611B2
Black with #6611B2
Text Example
Text Example
White with #6611B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6611B2; }
p { color: rgb(102,17,178); }
H1.HeaderClassName
{
color: #6611B2;
}
.AnyTagClassName
{
color: #6611B2;
}
</style>
background-color css
<style>
a { background-color: #6611B2; }
a { background-color: rgb(102,17,178); }
div.DivClassName
{
background-color: #6611B2;
}
.BgClassName
{
background-color: #6611B2;
}
</style>
border-color css
<style>
span { border-color: #6611B2; }
span { border-color: rgb(102,17,178); }
td.TdClassName
{
border-color: #6611B2;
}
.TagClassName
{
border-color: #6611B2;
}
</style>