Shades of Purple Heart #6925AD
Tints of Purple Heart #6925AD
RGB
CMYK
RGB Variations
Color information
#6925AD (or 0x6925AD) is known color: Purple Heart. HEX triplet: 69, 25 and AD. RGB value is (105,37,173). Sum of RGB (Red+Green+Blue) = 105+37+173=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #6925AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6925AD is #96DA52. Grayscale: #484848. Windows color (decimal): -9886291 or 11347305. OLE color: 11347305.
HSL color Cylindrical-coordinate representation of color #6925AD: hue angle of 270º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6925AD is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 37 | 173 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.32 |
| HSL | 270º | 0.65% | 0.41% | - |
| HSV(B) | 270º | 0.79% | 0.68% | - |
| XYZ | 14.03 | 7.34 | 40.21 | - |
| YUV | 72.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 173 | 0.39 | 0.79 | 0 | 0.32 | 270 | 0.65 | 0.41 |
| Hex | 69 | 25 | AD | 27 | 4F | 0 | 20 | 10E | 41 | 29 |
| Octal | 151 | 45 | 255 | 47 | 117 | 0 | 40 | 416 | 101 | 51 |
| Binary | 1101001 | 100101 | 10101101 | 100111 | 1001111 | 0 | 100000 | 100001110 | 1000001 | 101001 |
Color Harmonies of #6925AD
Complementary color
Monochromatic Colors of #6925AD
Black with #6925AD
Text Example
Text Example
White with #6925AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6925AD; }
p { color: rgb(105,37,173); }
H1.HeaderClassName
{
color: #6925AD;
}
.AnyTagClassName
{
color: #6925AD;
}
</style>
background-color css
<style>
a { background-color: #6925AD; }
a { background-color: rgb(105,37,173); }
div.DivClassName
{
background-color: #6925AD;
}
.BgClassName
{
background-color: #6925AD;
}
</style>
border-color css
<style>
span { border-color: #6925AD; }
span { border-color: rgb(105,37,173); }
td.TdClassName
{
border-color: #6925AD;
}
.TagClassName
{
border-color: #6925AD;
}
</style>