Shades of Purple Heart #671BD8
Tints of Purple Heart #671BD8
RGB
CMYK
RGB Variations
Color information
#671BD8 (or 0x671BD8) is known color: Purple Heart. HEX triplet: 67, 1B and D8. RGB value is (103,27,216). Sum of RGB (Red+Green+Blue) = 103+27+216=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #671BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BD8 is #98E427. Grayscale: #464646. Windows color (decimal): -10019880 or 14162791. OLE color: 14162791.
HSL color Cylindrical-coordinate representation of color #671BD8: hue angle of 264.13º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671BD8 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 27 | 216 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.15 |
| HSL | 264.13º | 0.78% | 0.48% | - |
| HSV(B) | 264.13º | 0.88% | 0.85% | - |
| XYZ | 18.38 | 8.63 | 65.66 | - |
| YUV | 71.27 | 209.68 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 216 | 0.52 | 0.88 | 0 | 0.15 | 264.13 | 0.78 | 0.48 |
| Hex | 67 | 1B | D8 | 34 | 58 | 0 | F | 108 | 4E | 30 |
| Octal | 147 | 33 | 330 | 64 | 130 | 0 | 17 | 410 | 116 | 60 |
| Binary | 1100111 | 11011 | 11011000 | 110100 | 1011000 | 0 | 1111 | 100001000 | 1001110 | 110000 |
Color Harmonies of #671BD8
Complementary color
Monochromatic Colors of #671BD8
Black with #671BD8
Text Example
Text Example
White with #671BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BD8; }
p { color: rgb(103,27,216); }
H1.HeaderClassName
{
color: #671BD8;
}
.AnyTagClassName
{
color: #671BD8;
}
</style>
background-color css
<style>
a { background-color: #671BD8; }
a { background-color: rgb(103,27,216); }
div.DivClassName
{
background-color: #671BD8;
}
.BgClassName
{
background-color: #671BD8;
}
</style>
border-color css
<style>
span { border-color: #671BD8; }
span { border-color: rgb(103,27,216); }
td.TdClassName
{
border-color: #671BD8;
}
.TagClassName
{
border-color: #671BD8;
}
</style>