Shades of Purple Heart #6725AC
Tints of Purple Heart #6725AC
RGB
CMYK
RGB Variations
Color information
#6725AC (or 0x6725AC) is known color: Purple Heart. HEX triplet: 67, 25 and AC. RGB value is (103,37,172). Sum of RGB (Red+Green+Blue) = 103+37+172=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #6725AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6725AC is #98DA53. Grayscale: #474747. Windows color (decimal): -10017364 or 11281767. OLE color: 11281767.
HSL color Cylindrical-coordinate representation of color #6725AC: hue angle of 269.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6725AC is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 37 | 172 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.33 |
| HSL | 269.33º | 0.65% | 0.41% | - |
| HSV(B) | 269.33º | 0.78% | 0.67% | - |
| XYZ | 13.7 | 7.19 | 39.69 | - |
| YUV | 72.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 172 | 0.40 | 0.78 | 0 | 0.33 | 269.33 | 0.65 | 0.41 |
| Hex | 67 | 25 | AC | 28 | 4E | 0 | 21 | 10D | 41 | 29 |
| Octal | 147 | 45 | 254 | 50 | 116 | 0 | 41 | 415 | 101 | 51 |
| Binary | 1100111 | 100101 | 10101100 | 101000 | 1001110 | 0 | 100001 | 100001101 | 1000001 | 101001 |
Color Harmonies of #6725AC
Complementary color
Monochromatic Colors of #6725AC
Black with #6725AC
Text Example
Text Example
White with #6725AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725AC; }
p { color: rgb(103,37,172); }
H1.HeaderClassName
{
color: #6725AC;
}
.AnyTagClassName
{
color: #6725AC;
}
</style>
background-color css
<style>
a { background-color: #6725AC; }
a { background-color: rgb(103,37,172); }
div.DivClassName
{
background-color: #6725AC;
}
.BgClassName
{
background-color: #6725AC;
}
</style>
border-color css
<style>
span { border-color: #6725AC; }
span { border-color: rgb(103,37,172); }
td.TdClassName
{
border-color: #6725AC;
}
.TagClassName
{
border-color: #6725AC;
}
</style>