Shades of Purple Heart #671CC1
Tints of Purple Heart #671CC1
RGB
CMYK
RGB Variations
Color information
#671CC1 (or 0x671CC1) is known color: Purple Heart. HEX triplet: 67, 1C and C1. RGB value is (103,28,193). Sum of RGB (Red+Green+Blue) = 103+28+193=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #671CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671CC1 is #98E33E. Grayscale: #444444. Windows color (decimal): -10019647 or 12655719. OLE color: 12655719.
HSL color Cylindrical-coordinate representation of color #671CC1: hue angle of 267.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671CC1 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 28 | 193 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.24 |
| HSL | 267.27º | 0.75% | 0.43% | - |
| HSV(B) | 267.27º | 0.85% | 0.76% | - |
| XYZ | 15.63 | 7.56 | 51.09 | - |
| YUV | 69.24 | 197.85 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 193 | 0.47 | 0.85 | 0 | 0.24 | 267.27 | 0.75 | 0.43 |
| Hex | 67 | 1C | C1 | 2F | 55 | 0 | 18 | 10B | 4B | 2B |
| Octal | 147 | 34 | 301 | 57 | 125 | 0 | 30 | 413 | 113 | 53 |
| Binary | 1100111 | 11100 | 11000001 | 101111 | 1010101 | 0 | 11000 | 100001011 | 1001011 | 101011 |
Color Harmonies of #671CC1
Complementary color
Monochromatic Colors of #671CC1
Black with #671CC1
Text Example
Text Example
White with #671CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671CC1; }
p { color: rgb(103,28,193); }
H1.HeaderClassName
{
color: #671CC1;
}
.AnyTagClassName
{
color: #671CC1;
}
</style>
background-color css
<style>
a { background-color: #671CC1; }
a { background-color: rgb(103,28,193); }
div.DivClassName
{
background-color: #671CC1;
}
.BgClassName
{
background-color: #671CC1;
}
</style>
border-color css
<style>
span { border-color: #671CC1; }
span { border-color: rgb(103,28,193); }
td.TdClassName
{
border-color: #671CC1;
}
.TagClassName
{
border-color: #671CC1;
}
</style>