Shades of Purple Heart #671AC3
Tints of Purple Heart #671AC3
RGB
CMYK
RGB Variations
Color information
#671AC3 (or 0x671AC3) is known color: Purple Heart. HEX triplet: 67, 1A and C3. RGB value is (103,26,195). Sum of RGB (Red+Green+Blue) = 103+26+195=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #671AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671AC3 is #98E53C. Grayscale: #434343. Windows color (decimal): -10020157 or 12786279. OLE color: 12786279.
HSL color Cylindrical-coordinate representation of color #671AC3: hue angle of 267.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671AC3 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 26 | 195 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.24 |
| HSL | 267.34º | 0.76% | 0.43% | - |
| HSV(B) | 267.34º | 0.87% | 0.76% | - |
| XYZ | 15.81 | 7.56 | 52.26 | - |
| YUV | 68.29 | 199.51 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 195 | 0.47 | 0.87 | 0 | 0.24 | 267.34 | 0.76 | 0.43 |
| Hex | 67 | 1A | C3 | 2F | 57 | 0 | 18 | 10B | 4C | 2B |
| Octal | 147 | 32 | 303 | 57 | 127 | 0 | 30 | 413 | 114 | 53 |
| Binary | 1100111 | 11010 | 11000011 | 101111 | 1010111 | 0 | 11000 | 100001011 | 1001100 | 101011 |
Color Harmonies of #671AC3
Complementary color
Monochromatic Colors of #671AC3
Black with #671AC3
Text Example
Text Example
White with #671AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AC3; }
p { color: rgb(103,26,195); }
H1.HeaderClassName
{
color: #671AC3;
}
.AnyTagClassName
{
color: #671AC3;
}
</style>
background-color css
<style>
a { background-color: #671AC3; }
a { background-color: rgb(103,26,195); }
div.DivClassName
{
background-color: #671AC3;
}
.BgClassName
{
background-color: #671AC3;
}
</style>
border-color css
<style>
span { border-color: #671AC3; }
span { border-color: rgb(103,26,195); }
td.TdClassName
{
border-color: #671AC3;
}
.TagClassName
{
border-color: #671AC3;
}
</style>