Shades of Purple Heart #671FC3
Tints of Purple Heart #671FC3
RGB
CMYK
RGB Variations
Color information
#671FC3 (or 0x671FC3) is known color: Purple Heart. HEX triplet: 67, 1F and C3. RGB value is (103,31,195). Sum of RGB (Red+Green+Blue) = 103+31+195=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #671FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FC3 is #98E03C. Grayscale: #464646. Windows color (decimal): -10018877 or 12787559. OLE color: 12787559.
HSL color Cylindrical-coordinate representation of color #671FC3: hue angle of 266.34º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671FC3 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 31 | 195 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.24 |
| HSL | 266.34º | 0.73% | 0.44% | - |
| HSV(B) | 266.34º | 0.84% | 0.76% | - |
| XYZ | 15.93 | 7.8 | 52.3 | - |
| YUV | 71.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 195 | 0.47 | 0.84 | 0 | 0.24 | 266.34 | 0.73 | 0.44 |
| Hex | 67 | 1F | C3 | 2F | 54 | 0 | 18 | 10A | 49 | 2C |
| Octal | 147 | 37 | 303 | 57 | 124 | 0 | 30 | 412 | 111 | 54 |
| Binary | 1100111 | 11111 | 11000011 | 101111 | 1010100 | 0 | 11000 | 100001010 | 1001001 | 101100 |
Color Harmonies of #671FC3
Complementary color
Monochromatic Colors of #671FC3
Black with #671FC3
Text Example
Text Example
White with #671FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FC3; }
p { color: rgb(103,31,195); }
H1.HeaderClassName
{
color: #671FC3;
}
.AnyTagClassName
{
color: #671FC3;
}
</style>
background-color css
<style>
a { background-color: #671FC3; }
a { background-color: rgb(103,31,195); }
div.DivClassName
{
background-color: #671FC3;
}
.BgClassName
{
background-color: #671FC3;
}
</style>
border-color css
<style>
span { border-color: #671FC3; }
span { border-color: rgb(103,31,195); }
td.TdClassName
{
border-color: #671FC3;
}
.TagClassName
{
border-color: #671FC3;
}
</style>