Shades of Purple Heart #6707AF
Tints of Purple Heart #6707AF
RGB
CMYK
RGB Variations
Color information
#6707AF (or 0x6707AF) is known color: Purple Heart. HEX triplet: 67, 07 and AF. RGB value is (103,7,175). Sum of RGB (Red+Green+Blue) = 103+7+175=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #6707AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707AF is #98F850. Grayscale: #363636. Windows color (decimal): -10025041 or 11470695. OLE color: 11470695.
HSL color Cylindrical-coordinate representation of color #6707AF: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6707AF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 7 | 175 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.31 |
| HSL | 274.29º | 0.92% | 0.36% | - |
| HSV(B) | 274.29º | 0.96% | 0.69% | - |
| XYZ | 13.41 | 6.13 | 41.03 | - |
| YUV | 54.86 | 195.8 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 175 | 0.41 | 0.96 | 0 | 0.31 | 274.29 | 0.92 | 0.36 |
| Hex | 67 | 7 | AF | 29 | 60 | 0 | 1F | 112 | 5C | 24 |
| Octal | 147 | 7 | 257 | 51 | 140 | 0 | 37 | 422 | 134 | 44 |
| Binary | 1100111 | 111 | 10101111 | 101001 | 1100000 | 0 | 11111 | 100010010 | 1011100 | 100100 |
Color Harmonies of #6707AF
Complementary color
Monochromatic Colors of #6707AF
Black with #6707AF
Text Example
Text Example
White with #6707AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6707AF; }
p { color: rgb(103,7,175); }
H1.HeaderClassName
{
color: #6707AF;
}
.AnyTagClassName
{
color: #6707AF;
}
</style>
background-color css
<style>
a { background-color: #6707AF; }
a { background-color: rgb(103,7,175); }
div.DivClassName
{
background-color: #6707AF;
}
.BgClassName
{
background-color: #6707AF;
}
</style>
border-color css
<style>
span { border-color: #6707AF; }
span { border-color: rgb(103,7,175); }
td.TdClassName
{
border-color: #6707AF;
}
.TagClassName
{
border-color: #6707AF;
}
</style>