Shades of Purple Heart #671AC0
Tints of Purple Heart #671AC0
RGB
CMYK
RGB Variations
Color information
#671AC0 (or 0x671AC0) is known color: Purple Heart. HEX triplet: 67, 1A and C0. RGB value is (103,26,192). Sum of RGB (Red+Green+Blue) = 103+26+192=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #671AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671AC0 is #98E53F. Grayscale: #434343. Windows color (decimal): -10020160 or 12589671. OLE color: 12589671.
HSL color Cylindrical-coordinate representation of color #671AC0: hue angle of 267.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671AC0 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 26 | 192 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.25 |
| HSL | 267.83º | 0.76% | 0.43% | - |
| HSV(B) | 267.83º | 0.86% | 0.75% | - |
| XYZ | 15.48 | 7.43 | 50.49 | - |
| YUV | 67.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 192 | 0.46 | 0.86 | 0 | 0.25 | 267.83 | 0.76 | 0.43 |
| Hex | 67 | 1A | C0 | 2E | 56 | 0 | 19 | 10C | 4C | 2B |
| Octal | 147 | 32 | 300 | 56 | 126 | 0 | 31 | 414 | 114 | 53 |
| Binary | 1100111 | 11010 | 11000000 | 101110 | 1010110 | 0 | 11001 | 100001100 | 1001100 | 101011 |
Color Harmonies of #671AC0
Complementary color
Monochromatic Colors of #671AC0
Black with #671AC0
Text Example
Text Example
White with #671AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671AC0; }
p { color: rgb(103,26,192); }
H1.HeaderClassName
{
color: #671AC0;
}
.AnyTagClassName
{
color: #671AC0;
}
</style>
background-color css
<style>
a { background-color: #671AC0; }
a { background-color: rgb(103,26,192); }
div.DivClassName
{
background-color: #671AC0;
}
.BgClassName
{
background-color: #671AC0;
}
</style>
border-color css
<style>
span { border-color: #671AC0; }
span { border-color: rgb(103,26,192); }
td.TdClassName
{
border-color: #671AC0;
}
.TagClassName
{
border-color: #671AC0;
}
</style>