Shades of Purple Heart #670FA8
Tints of Purple Heart #670FA8
RGB
CMYK
RGB Variations
Color information
#670FA8 (or 0x670FA8) is known color: Purple Heart. HEX triplet: 67, 0F and A8. RGB value is (103,15,168). Sum of RGB (Red+Green+Blue) = 103+15+168=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 168 (66.02% from 255 or 58.74% from 286); Max value from RGB is 168 - color contains mainly: blue. Hex color #670FA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670FA8 is #98F057. Grayscale: #3A3A3A. Windows color (decimal): -10023000 or 11013991. OLE color: 11013991.
HSL color Cylindrical-coordinate representation of color #670FA8: hue angle of 274.51º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670FA8 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 15 | 168 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.34 |
| HSL | 274.51º | 0.84% | 0.36% | - |
| HSV(B) | 274.51º | 0.91% | 0.66% | - |
| XYZ | 12.83 | 6.05 | 37.54 | - |
| YUV | 58.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 168 | 0.39 | 0.91 | 0 | 0.34 | 274.51 | 0.84 | 0.36 |
| Hex | 67 | F | A8 | 27 | 5B | 0 | 22 | 113 | 54 | 24 |
| Octal | 147 | 17 | 250 | 47 | 133 | 0 | 42 | 423 | 124 | 44 |
| Binary | 1100111 | 1111 | 10101000 | 100111 | 1011011 | 0 | 100010 | 100010011 | 1010100 | 100100 |
Color Harmonies of #670FA8
Complementary color
Monochromatic Colors of #670FA8
Black with #670FA8
Text Example
Text Example
White with #670FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670FA8; }
p { color: rgb(103,15,168); }
H1.HeaderClassName
{
color: #670FA8;
}
.AnyTagClassName
{
color: #670FA8;
}
</style>
background-color css
<style>
a { background-color: #670FA8; }
a { background-color: rgb(103,15,168); }
div.DivClassName
{
background-color: #670FA8;
}
.BgClassName
{
background-color: #670FA8;
}
</style>
border-color css
<style>
span { border-color: #670FA8; }
span { border-color: rgb(103,15,168); }
td.TdClassName
{
border-color: #670FA8;
}
.TagClassName
{
border-color: #670FA8;
}
</style>