Shades of Purple Heart #6729AF
Tints of Purple Heart #6729AF
RGB
CMYK
RGB Variations
Color information
#6729AF (or 0x6729AF) is known color: Purple Heart. HEX triplet: 67, 29 and AF. RGB value is (103,41,175). Sum of RGB (Red+Green+Blue) = 103+41+175=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #6729AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6729AF is #98D650. Grayscale: #4A4A4A. Windows color (decimal): -10016337 or 11479399. OLE color: 11479399.
HSL color Cylindrical-coordinate representation of color #6729AF: hue angle of 267.76º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6729AF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 41 | 175 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.31 |
| HSL | 267.76º | 0.62% | 0.42% | - |
| HSV(B) | 267.76º | 0.77% | 0.69% | - |
| XYZ | 14.12 | 7.56 | 41.27 | - |
| YUV | 74.81 | 184.54 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 175 | 0.41 | 0.77 | 0 | 0.31 | 267.76 | 0.62 | 0.42 |
| Hex | 67 | 29 | AF | 29 | 4D | 0 | 1F | 10C | 3E | 2A |
| Octal | 147 | 51 | 257 | 51 | 115 | 0 | 37 | 414 | 76 | 52 |
| Binary | 1100111 | 101001 | 10101111 | 101001 | 1001101 | 0 | 11111 | 100001100 | 111110 | 101010 |
Color Harmonies of #6729AF
Complementary color
Monochromatic Colors of #6729AF
Black with #6729AF
Text Example
Text Example
White with #6729AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6729AF; }
p { color: rgb(103,41,175); }
H1.HeaderClassName
{
color: #6729AF;
}
.AnyTagClassName
{
color: #6729AF;
}
</style>
background-color css
<style>
a { background-color: #6729AF; }
a { background-color: rgb(103,41,175); }
div.DivClassName
{
background-color: #6729AF;
}
.BgClassName
{
background-color: #6729AF;
}
</style>
border-color css
<style>
span { border-color: #6729AF; }
span { border-color: rgb(103,41,175); }
td.TdClassName
{
border-color: #6729AF;
}
.TagClassName
{
border-color: #6729AF;
}
</style>