Shades of Purple Heart #6619A3
Tints of Purple Heart #6619A3
RGB
CMYK
RGB Variations
Color information
#6619A3 (or 0x6619A3) is known color: Purple Heart. HEX triplet: 66, 19 and A3. RGB value is (102,25,163). Sum of RGB (Red+Green+Blue) = 102+25+163=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #6619A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6619A3 is #99E65C. Grayscale: #3F3F3F. Windows color (decimal): -10085981 or 10688870. OLE color: 10688870.
HSL color Cylindrical-coordinate representation of color #6619A3: hue angle of 273.48º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6619A3 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 25 | 163 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.36 |
| HSL | 273.48º | 0.73% | 0.37% | - |
| HSV(B) | 273.48º | 0.85% | 0.64% | - |
| XYZ | 12.44 | 6.16 | 35.18 | - |
| YUV | 63.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 163 | 0.37 | 0.85 | 0 | 0.36 | 273.48 | 0.73 | 0.37 |
| Hex | 66 | 19 | A3 | 25 | 55 | 0 | 24 | 111 | 49 | 25 |
| Octal | 146 | 31 | 243 | 45 | 125 | 0 | 44 | 421 | 111 | 45 |
| Binary | 1100110 | 11001 | 10100011 | 100101 | 1010101 | 0 | 100100 | 100010001 | 1001001 | 100101 |
Color Harmonies of #6619A3
Complementary color
Monochromatic Colors of #6619A3
Black with #6619A3
Text Example
Text Example
White with #6619A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6619A3; }
p { color: rgb(102,25,163); }
H1.HeaderClassName
{
color: #6619A3;
}
.AnyTagClassName
{
color: #6619A3;
}
</style>
background-color css
<style>
a { background-color: #6619A3; }
a { background-color: rgb(102,25,163); }
div.DivClassName
{
background-color: #6619A3;
}
.BgClassName
{
background-color: #6619A3;
}
</style>
border-color css
<style>
span { border-color: #6619A3; }
span { border-color: rgb(102,25,163); }
td.TdClassName
{
border-color: #6619A3;
}
.TagClassName
{
border-color: #6619A3;
}
</style>