Shades of Purple Heart #6818A4
Tints of Purple Heart #6818A4
RGB
CMYK
RGB Variations
Color information
#6818A4 (or 0x6818A4) is known color: Purple Heart. HEX triplet: 68, 18 and A4. RGB value is (104,24,164). Sum of RGB (Red+Green+Blue) = 104+24+164=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #6818A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6818A4 is #97E75B. Grayscale: #3F3F3F. Windows color (decimal): -9955164 or 10754152. OLE color: 10754152.
HSL color Cylindrical-coordinate representation of color #6818A4: hue angle of 274.29º degrees, saturation: 0.74, 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 #6818A4 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 24 | 164 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.36 |
| HSL | 274.29º | 0.74% | 0.37% | - |
| HSV(B) | 274.29º | 0.85% | 0.64% | - |
| XYZ | 12.74 | 6.28 | 35.66 | - |
| YUV | 63.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 164 | 0.37 | 0.85 | 0 | 0.36 | 274.29 | 0.74 | 0.37 |
| Hex | 68 | 18 | A4 | 25 | 55 | 0 | 24 | 112 | 4A | 25 |
| Octal | 150 | 30 | 244 | 45 | 125 | 0 | 44 | 422 | 112 | 45 |
| Binary | 1101000 | 11000 | 10100100 | 100101 | 1010101 | 0 | 100100 | 100010010 | 1001010 | 100101 |
Color Harmonies of #6818A4
Complementary color
Monochromatic Colors of #6818A4
Black with #6818A4
Text Example
Text Example
White with #6818A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6818A4; }
p { color: rgb(104,24,164); }
H1.HeaderClassName
{
color: #6818A4;
}
.AnyTagClassName
{
color: #6818A4;
}
</style>
background-color css
<style>
a { background-color: #6818A4; }
a { background-color: rgb(104,24,164); }
div.DivClassName
{
background-color: #6818A4;
}
.BgClassName
{
background-color: #6818A4;
}
</style>
border-color css
<style>
span { border-color: #6818A4; }
span { border-color: rgb(104,24,164); }
td.TdClassName
{
border-color: #6818A4;
}
.TagClassName
{
border-color: #6818A4;
}
</style>