Shades of Purple Heart #6623AD
Tints of Purple Heart #6623AD
RGB
CMYK
RGB Variations
Color information
#6623AD (or 0x6623AD) is known color: Purple Heart. HEX triplet: 66, 23 and AD. RGB value is (102,35,173). Sum of RGB (Red+Green+Blue) = 102+35+173=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6623AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6623AD is #99DC52. Grayscale: #464646. Windows color (decimal): -10083411 or 11346790. OLE color: 11346790.
HSL color Cylindrical-coordinate representation of color #6623AD: hue angle of 269.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6623AD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 35 | 173 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.32 |
| HSL | 269.13º | 0.66% | 0.41% | - |
| HSV(B) | 269.13º | 0.8% | 0.68% | - |
| XYZ | 13.62 | 7.04 | 40.18 | - |
| YUV | 70.77 | 185.7 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 173 | 0.41 | 0.80 | 0 | 0.32 | 269.13 | 0.66 | 0.41 |
| Hex | 66 | 23 | AD | 29 | 50 | 0 | 20 | 10D | 42 | 29 |
| Octal | 146 | 43 | 255 | 51 | 120 | 0 | 40 | 415 | 102 | 51 |
| Binary | 1100110 | 100011 | 10101101 | 101001 | 1010000 | 0 | 100000 | 100001101 | 1000010 | 101001 |
Color Harmonies of #6623AD
Complementary color
Monochromatic Colors of #6623AD
Black with #6623AD
Text Example
Text Example
White with #6623AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6623AD; }
p { color: rgb(102,35,173); }
H1.HeaderClassName
{
color: #6623AD;
}
.AnyTagClassName
{
color: #6623AD;
}
</style>
background-color css
<style>
a { background-color: #6623AD; }
a { background-color: rgb(102,35,173); }
div.DivClassName
{
background-color: #6623AD;
}
.BgClassName
{
background-color: #6623AD;
}
</style>
border-color css
<style>
span { border-color: #6623AD; }
span { border-color: rgb(102,35,173); }
td.TdClassName
{
border-color: #6623AD;
}
.TagClassName
{
border-color: #6623AD;
}
</style>