Shades of Purple Heart #672FAF
Tints of Purple Heart #672FAF
RGB
CMYK
RGB Variations
Color information
#672FAF (or 0x672FAF) is known color: Purple Heart. HEX triplet: 67, 2F and AF. RGB value is (103,47,175). Sum of RGB (Red+Green+Blue) = 103+47+175=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #672FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672FAF is #98D050. Grayscale: #4D4D4D. Windows color (decimal): -10014801 or 11480935. OLE color: 11480935.
HSL color Cylindrical-coordinate representation of color #672FAF: hue angle of 266.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672FAF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 47 | 175 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.31 |
| HSL | 266.25º | 0.58% | 0.44% | - |
| HSV(B) | 266.25º | 0.73% | 0.69% | - |
| XYZ | 14.35 | 8.01 | 41.35 | - |
| YUV | 78.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 175 | 0.41 | 0.73 | 0 | 0.31 | 266.25 | 0.58 | 0.44 |
| Hex | 67 | 2F | AF | 29 | 49 | 0 | 1F | 10A | 3A | 2C |
| Octal | 147 | 57 | 257 | 51 | 111 | 0 | 37 | 412 | 72 | 54 |
| Binary | 1100111 | 101111 | 10101111 | 101001 | 1001001 | 0 | 11111 | 100001010 | 111010 | 101100 |
Color Harmonies of #672FAF
Complementary color
Monochromatic Colors of #672FAF
Black with #672FAF
Text Example
Text Example
White with #672FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FAF; }
p { color: rgb(103,47,175); }
H1.HeaderClassName
{
color: #672FAF;
}
.AnyTagClassName
{
color: #672FAF;
}
</style>
background-color css
<style>
a { background-color: #672FAF; }
a { background-color: rgb(103,47,175); }
div.DivClassName
{
background-color: #672FAF;
}
.BgClassName
{
background-color: #672FAF;
}
</style>
border-color css
<style>
span { border-color: #672FAF; }
span { border-color: rgb(103,47,175); }
td.TdClassName
{
border-color: #672FAF;
}
.TagClassName
{
border-color: #672FAF;
}
</style>