Shades of Purple Heart #6700AF
Tints of Purple Heart #6700AF
RGB
CMYK
RGB Variations
Color information
#6700AF (or 0x6700AF) is known color: Purple Heart. HEX triplet: 67, 00 and AF. RGB value is (103,0,175). Sum of RGB (Red+Green+Blue) = 103+0+175=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #6700AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700AF is #98FF50. Grayscale: #323232. Windows color (decimal): -10026833 or 11468903. OLE color: 11468903.
HSL color Cylindrical-coordinate representation of color #6700AF: hue angle of 275.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700AF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 0 | 175 | - |
| CMYK | 0.41 | 1 | 0 | 0.31 |
| HSL | 275.31º | 1% | 0.34% | - |
| HSV(B) | 275.31º | 1% | 0.69% | - |
| XYZ | 13.33 | 5.98 | 41.01 | - |
| YUV | 50.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 175 | 0.41 | 1 | 0 | 0.31 | 275.31 | 1 | 0.34 |
| Hex | 67 | 0 | AF | 29 | 64 | 0 | 1F | 113 | 64 | 22 |
| Octal | 147 | 0 | 257 | 51 | 144 | 0 | 37 | 423 | 144 | 42 |
| Binary | 1100111 | 0 | 10101111 | 101001 | 1100100 | 0 | 11111 | 100010011 | 1100100 | 100010 |
Color Harmonies of #6700AF
Complementary color
Monochromatic Colors of #6700AF
Black with #6700AF
Text Example
Text Example
White with #6700AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700AF; }
p { color: rgb(103,0,175); }
H1.HeaderClassName
{
color: #6700AF;
}
.AnyTagClassName
{
color: #6700AF;
}
</style>
background-color css
<style>
a { background-color: #6700AF; }
a { background-color: rgb(103,0,175); }
div.DivClassName
{
background-color: #6700AF;
}
.BgClassName
{
background-color: #6700AF;
}
</style>
border-color css
<style>
span { border-color: #6700AF; }
span { border-color: rgb(103,0,175); }
td.TdClassName
{
border-color: #6700AF;
}
.TagClassName
{
border-color: #6700AF;
}
</style>