Shades of Purple Heart #6826AA
Tints of Purple Heart #6826AA
RGB
CMYK
RGB Variations
Color information
#6826AA (or 0x6826AA) is known color: Purple Heart. HEX triplet: 68, 26 and AA. RGB value is (104,38,170). Sum of RGB (Red+Green+Blue) = 104+38+170=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #6826AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6826AA is #97D955. Grayscale: #484848. Windows color (decimal): -9951574 or 11150952. OLE color: 11150952.
HSL color Cylindrical-coordinate representation of color #6826AA: hue angle of 270º degrees, saturation: 0.63, 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 #6826AA is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 38 | 170 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.33 |
| HSL | 270º | 0.63% | 0.41% | - |
| HSV(B) | 270º | 0.78% | 0.67% | - |
| XYZ | 13.66 | 7.23 | 38.71 | - |
| YUV | 72.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 170 | 0.39 | 0.78 | 0 | 0.33 | 270 | 0.63 | 0.41 |
| Hex | 68 | 26 | AA | 27 | 4E | 0 | 21 | 10E | 3F | 29 |
| Octal | 150 | 46 | 252 | 47 | 116 | 0 | 41 | 416 | 77 | 51 |
| Binary | 1101000 | 100110 | 10101010 | 100111 | 1001110 | 0 | 100001 | 100001110 | 111111 | 101001 |
Color Harmonies of #6826AA
Complementary color
Monochromatic Colors of #6826AA
Black with #6826AA
Text Example
Text Example
White with #6826AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6826AA; }
p { color: rgb(104,38,170); }
H1.HeaderClassName
{
color: #6826AA;
}
.AnyTagClassName
{
color: #6826AA;
}
</style>
background-color css
<style>
a { background-color: #6826AA; }
a { background-color: rgb(104,38,170); }
div.DivClassName
{
background-color: #6826AA;
}
.BgClassName
{
background-color: #6826AA;
}
</style>
border-color css
<style>
span { border-color: #6826AA; }
span { border-color: rgb(104,38,170); }
td.TdClassName
{
border-color: #6826AA;
}
.TagClassName
{
border-color: #6826AA;
}
</style>