Shades of Purple Heart #6700AE
Tints of Purple Heart #6700AE
RGB
CMYK
RGB Variations
Color information
#6700AE (or 0x6700AE) is known color: Purple Heart. HEX triplet: 67, 00 and AE. RGB value is (103,0,174). Sum of RGB (Red+Green+Blue) = 103+0+174=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #6700AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700AE is #98FF51. Grayscale: #323232. Windows color (decimal): -10026834 or 11403367. OLE color: 11403367.
HSL color Cylindrical-coordinate representation of color #6700AE: hue angle of 275.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700AE is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 0 | 174 | - |
| CMYK | 0.41 | 1 | 0 | 0.32 |
| HSL | 275.52º | 1% | 0.34% | - |
| HSV(B) | 275.52º | 1% | 0.68% | - |
| XYZ | 13.23 | 5.94 | 40.49 | - |
| YUV | 50.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 174 | 0.41 | 1 | 0 | 0.32 | 275.52 | 1 | 0.34 |
| Hex | 67 | 0 | AE | 29 | 64 | 0 | 20 | 114 | 64 | 22 |
| Octal | 147 | 0 | 256 | 51 | 144 | 0 | 40 | 424 | 144 | 42 |
| Binary | 1100111 | 0 | 10101110 | 101001 | 1100100 | 0 | 100000 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6700AE
Complementary color
Monochromatic Colors of #6700AE
Black with #6700AE
Text Example
Text Example
White with #6700AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700AE; }
p { color: rgb(103,0,174); }
H1.HeaderClassName
{
color: #6700AE;
}
.AnyTagClassName
{
color: #6700AE;
}
</style>
background-color css
<style>
a { background-color: #6700AE; }
a { background-color: rgb(103,0,174); }
div.DivClassName
{
background-color: #6700AE;
}
.BgClassName
{
background-color: #6700AE;
}
</style>
border-color css
<style>
span { border-color: #6700AE; }
span { border-color: rgb(103,0,174); }
td.TdClassName
{
border-color: #6700AE;
}
.TagClassName
{
border-color: #6700AE;
}
</style>