Shades of Purple Heart #671FDF
Tints of Purple Heart #671FDF
RGB
CMYK
RGB Variations
Color information
#671FDF (or 0x671FDF) is known color: Purple Heart. HEX triplet: 67, 1F and DF. RGB value is (103,31,223). Sum of RGB (Red+Green+Blue) = 103+31+223=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #671FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FDF is #98E020. Grayscale: #494949. Windows color (decimal): -10018849 or 14622567. OLE color: 14622567.
HSL color Cylindrical-coordinate representation of color #671FDF: hue angle of 262.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671FDF is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 31 | 223 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.13 |
| HSL | 262.5º | 0.76% | 0.5% | - |
| HSV(B) | 262.5º | 0.86% | 0.87% | - |
| XYZ | 19.4 | 9.19 | 70.56 | - |
| YUV | 74.42 | 211.85 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 223 | 0.54 | 0.86 | 0 | 0.13 | 262.5 | 0.76 | 0.5 |
| Hex | 67 | 1F | DF | 36 | 56 | 0 | D | 106 | 4C | 32 |
| Octal | 147 | 37 | 337 | 66 | 126 | 0 | 15 | 406 | 114 | 62 |
| Binary | 1100111 | 11111 | 11011111 | 110110 | 1010110 | 0 | 1101 | 100000110 | 1001100 | 110010 |
Color Harmonies of #671FDF
Complementary color
Monochromatic Colors of #671FDF
Black with #671FDF
Text Example
Text Example
White with #671FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FDF; }
p { color: rgb(103,31,223); }
H1.HeaderClassName
{
color: #671FDF;
}
.AnyTagClassName
{
color: #671FDF;
}
</style>
background-color css
<style>
a { background-color: #671FDF; }
a { background-color: rgb(103,31,223); }
div.DivClassName
{
background-color: #671FDF;
}
.BgClassName
{
background-color: #671FDF;
}
</style>
border-color css
<style>
span { border-color: #671FDF; }
span { border-color: rgb(103,31,223); }
td.TdClassName
{
border-color: #671FDF;
}
.TagClassName
{
border-color: #671FDF;
}
</style>