Shades of Purple Heart #671FD0
Tints of Purple Heart #671FD0
RGB
CMYK
RGB Variations
Color information
#671FD0 (or 0x671FD0) is known color: Purple Heart. HEX triplet: 67, 1F and D0. RGB value is (103,31,208). Sum of RGB (Red+Green+Blue) = 103+31+208=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #671FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FD0 is #98E02F. Grayscale: #484848. Windows color (decimal): -10018864 or 13639527. OLE color: 13639527.
HSL color Cylindrical-coordinate representation of color #671FD0: hue angle of 264.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671FD0 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 31 | 208 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.18 |
| HSL | 264.41º | 0.74% | 0.47% | - |
| HSV(B) | 264.41º | 0.85% | 0.82% | - |
| XYZ | 17.47 | 8.42 | 60.38 | - |
| YUV | 72.71 | 204.35 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 208 | 0.50 | 0.85 | 0 | 0.18 | 264.41 | 0.74 | 0.47 |
| Hex | 67 | 1F | D0 | 32 | 55 | 0 | 12 | 108 | 4A | 2F |
| Octal | 147 | 37 | 320 | 62 | 125 | 0 | 22 | 410 | 112 | 57 |
| Binary | 1100111 | 11111 | 11010000 | 110010 | 1010101 | 0 | 10010 | 100001000 | 1001010 | 101111 |
Color Harmonies of #671FD0
Complementary color
Monochromatic Colors of #671FD0
Black with #671FD0
Text Example
Text Example
White with #671FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FD0; }
p { color: rgb(103,31,208); }
H1.HeaderClassName
{
color: #671FD0;
}
.AnyTagClassName
{
color: #671FD0;
}
</style>
background-color css
<style>
a { background-color: #671FD0; }
a { background-color: rgb(103,31,208); }
div.DivClassName
{
background-color: #671FD0;
}
.BgClassName
{
background-color: #671FD0;
}
</style>
border-color css
<style>
span { border-color: #671FD0; }
span { border-color: rgb(103,31,208); }
td.TdClassName
{
border-color: #671FD0;
}
.TagClassName
{
border-color: #671FD0;
}
</style>