Shades of Purple Heart #6627AC
Tints of Purple Heart #6627AC
RGB
CMYK
RGB Variations
Color information
#6627AC (or 0x6627AC) is known color: Purple Heart. HEX triplet: 66, 27 and AC. RGB value is (102,39,172). Sum of RGB (Red+Green+Blue) = 102+39+172=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #6627AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6627AC is #99D853. Grayscale: #484848. Windows color (decimal): -10082388 or 11282278. OLE color: 11282278.
HSL color Cylindrical-coordinate representation of color #6627AC: hue angle of 268.42º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6627AC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 39 | 172 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.33 |
| HSL | 268.42º | 0.63% | 0.41% | - |
| HSV(B) | 268.42º | 0.77% | 0.67% | - |
| XYZ | 13.65 | 7.25 | 39.71 | - |
| YUV | 73 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 172 | 0.41 | 0.77 | 0 | 0.33 | 268.42 | 0.63 | 0.41 |
| Hex | 66 | 27 | AC | 29 | 4D | 0 | 21 | 10C | 3F | 29 |
| Octal | 146 | 47 | 254 | 51 | 115 | 0 | 41 | 414 | 77 | 51 |
| Binary | 1100110 | 100111 | 10101100 | 101001 | 1001101 | 0 | 100001 | 100001100 | 111111 | 101001 |
Color Harmonies of #6627AC
Complementary color
Monochromatic Colors of #6627AC
Black with #6627AC
Text Example
Text Example
White with #6627AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6627AC; }
p { color: rgb(102,39,172); }
H1.HeaderClassName
{
color: #6627AC;
}
.AnyTagClassName
{
color: #6627AC;
}
</style>
background-color css
<style>
a { background-color: #6627AC; }
a { background-color: rgb(102,39,172); }
div.DivClassName
{
background-color: #6627AC;
}
.BgClassName
{
background-color: #6627AC;
}
</style>
border-color css
<style>
span { border-color: #6627AC; }
span { border-color: rgb(102,39,172); }
td.TdClassName
{
border-color: #6627AC;
}
.TagClassName
{
border-color: #6627AC;
}
</style>