Shades of Purple Heart #6825AB
Tints of Purple Heart #6825AB
RGB
CMYK
RGB Variations
Color information
#6825AB (or 0x6825AB) is known color: Purple Heart. HEX triplet: 68, 25 and AB. RGB value is (104,37,171). Sum of RGB (Red+Green+Blue) = 104+37+171=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6825AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6825AB is #97DA54. Grayscale: #474747. Windows color (decimal): -9951829 or 11216232. OLE color: 11216232.
HSL color Cylindrical-coordinate representation of color #6825AB: hue angle of 270º degrees, saturation: 0.64, 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 #6825AB is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 37 | 171 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.33 |
| HSL | 270º | 0.64% | 0.41% | - |
| HSV(B) | 270º | 0.78% | 0.67% | - |
| XYZ | 13.72 | 7.21 | 39.2 | - |
| YUV | 72.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 171 | 0.39 | 0.78 | 0 | 0.33 | 270 | 0.64 | 0.41 |
| Hex | 68 | 25 | AB | 27 | 4E | 0 | 21 | 10E | 40 | 29 |
| Octal | 150 | 45 | 253 | 47 | 116 | 0 | 41 | 416 | 100 | 51 |
| Binary | 1101000 | 100101 | 10101011 | 100111 | 1001110 | 0 | 100001 | 100001110 | 1000000 | 101001 |
Color Harmonies of #6825AB
Complementary color
Monochromatic Colors of #6825AB
Black with #6825AB
Text Example
Text Example
White with #6825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6825AB; }
p { color: rgb(104,37,171); }
H1.HeaderClassName
{
color: #6825AB;
}
.AnyTagClassName
{
color: #6825AB;
}
</style>
background-color css
<style>
a { background-color: #6825AB; }
a { background-color: rgb(104,37,171); }
div.DivClassName
{
background-color: #6825AB;
}
.BgClassName
{
background-color: #6825AB;
}
</style>
border-color css
<style>
span { border-color: #6825AB; }
span { border-color: rgb(104,37,171); }
td.TdClassName
{
border-color: #6825AB;
}
.TagClassName
{
border-color: #6825AB;
}
</style>