Shades of Purple Heart #670BAC
Tints of Purple Heart #670BAC
RGB
CMYK
RGB Variations
Color information
#670BAC (or 0x670BAC) is known color: Purple Heart. HEX triplet: 67, 0B and AC. RGB value is (103,11,172). Sum of RGB (Red+Green+Blue) = 103+11+172=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #670BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670BAC is #98F453. Grayscale: #383838. Windows color (decimal): -10024020 or 11275111. OLE color: 11275111.
HSL color Cylindrical-coordinate representation of color #670BAC: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BAC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 11 | 172 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.33 |
| HSL | 274.29º | 0.88% | 0.36% | - |
| HSV(B) | 274.29º | 0.94% | 0.67% | - |
| XYZ | 13.16 | 6.1 | 39.51 | - |
| YUV | 56.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 172 | 0.40 | 0.94 | 0 | 0.33 | 274.29 | 0.88 | 0.36 |
| Hex | 67 | B | AC | 28 | 5E | 0 | 21 | 112 | 58 | 24 |
| Octal | 147 | 13 | 254 | 50 | 136 | 0 | 41 | 422 | 130 | 44 |
| Binary | 1100111 | 1011 | 10101100 | 101000 | 1011110 | 0 | 100001 | 100010010 | 1011000 | 100100 |
Color Harmonies of #670BAC
Complementary color
Monochromatic Colors of #670BAC
Black with #670BAC
Text Example
Text Example
White with #670BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670BAC; }
p { color: rgb(103,11,172); }
H1.HeaderClassName
{
color: #670BAC;
}
.AnyTagClassName
{
color: #670BAC;
}
</style>
background-color css
<style>
a { background-color: #670BAC; }
a { background-color: rgb(103,11,172); }
div.DivClassName
{
background-color: #670BAC;
}
.BgClassName
{
background-color: #670BAC;
}
</style>
border-color css
<style>
span { border-color: #670BAC; }
span { border-color: rgb(103,11,172); }
td.TdClassName
{
border-color: #670BAC;
}
.TagClassName
{
border-color: #670BAC;
}
</style>