Shades of Purple Heart #6730AE
Tints of Purple Heart #6730AE
RGB
CMYK
RGB Variations
Color information
#6730AE (or 0x6730AE) is known color: Purple Heart. HEX triplet: 67, 30 and AE. RGB value is (103,48,174). Sum of RGB (Red+Green+Blue) = 103+48+174=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #6730AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6730AE is #98CF51. Grayscale: #4E4E4E. Windows color (decimal): -10014546 or 11415655. OLE color: 11415655.
HSL color Cylindrical-coordinate representation of color #6730AE: hue angle of 266.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6730AE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 48 | 174 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.32 |
| HSL | 266.19º | 0.57% | 0.44% | - |
| HSV(B) | 266.19º | 0.72% | 0.68% | - |
| XYZ | 14.29 | 8.05 | 40.85 | - |
| YUV | 78.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 174 | 0.41 | 0.72 | 0 | 0.32 | 266.19 | 0.57 | 0.44 |
| Hex | 67 | 30 | AE | 29 | 48 | 0 | 20 | 10A | 39 | 2C |
| Octal | 147 | 60 | 256 | 51 | 110 | 0 | 40 | 412 | 71 | 54 |
| Binary | 1100111 | 110000 | 10101110 | 101001 | 1001000 | 0 | 100000 | 100001010 | 111001 | 101100 |
Color Harmonies of #6730AE
Complementary color
Monochromatic Colors of #6730AE
Black with #6730AE
Text Example
Text Example
White with #6730AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730AE; }
p { color: rgb(103,48,174); }
H1.HeaderClassName
{
color: #6730AE;
}
.AnyTagClassName
{
color: #6730AE;
}
</style>
background-color css
<style>
a { background-color: #6730AE; }
a { background-color: rgb(103,48,174); }
div.DivClassName
{
background-color: #6730AE;
}
.BgClassName
{
background-color: #6730AE;
}
</style>
border-color css
<style>
span { border-color: #6730AE; }
span { border-color: rgb(103,48,174); }
td.TdClassName
{
border-color: #6730AE;
}
.TagClassName
{
border-color: #6730AE;
}
</style>