Shades of Purple Heart #671BDA
Tints of Purple Heart #671BDA
RGB
CMYK
RGB Variations
Color information
#671BDA (or 0x671BDA) is known color: Purple Heart. HEX triplet: 67, 1B and DA. RGB value is (103,27,218). Sum of RGB (Red+Green+Blue) = 103+27+218=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #671BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BDA is #98E425. Grayscale: #464646. Windows color (decimal): -10019878 or 14293863. OLE color: 14293863.
HSL color Cylindrical-coordinate representation of color #671BDA: hue angle of 263.87º 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 #671BDA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 27 | 218 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.15 |
| HSL | 263.87º | 0.78% | 0.48% | - |
| HSV(B) | 263.87º | 0.88% | 0.85% | - |
| XYZ | 18.64 | 8.73 | 67.03 | - |
| YUV | 71.5 | 210.68 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 218 | 0.53 | 0.88 | 0 | 0.15 | 263.87 | 0.78 | 0.48 |
| Hex | 67 | 1B | DA | 35 | 58 | 0 | F | 108 | 4E | 30 |
| Octal | 147 | 33 | 332 | 65 | 130 | 0 | 17 | 410 | 116 | 60 |
| Binary | 1100111 | 11011 | 11011010 | 110101 | 1011000 | 0 | 1111 | 100001000 | 1001110 | 110000 |
Color Harmonies of #671BDA
Complementary color
Monochromatic Colors of #671BDA
Black with #671BDA
Text Example
Text Example
White with #671BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BDA; }
p { color: rgb(103,27,218); }
H1.HeaderClassName
{
color: #671BDA;
}
.AnyTagClassName
{
color: #671BDA;
}
</style>
background-color css
<style>
a { background-color: #671BDA; }
a { background-color: rgb(103,27,218); }
div.DivClassName
{
background-color: #671BDA;
}
.BgClassName
{
background-color: #671BDA;
}
</style>
border-color css
<style>
span { border-color: #671BDA; }
span { border-color: rgb(103,27,218); }
td.TdClassName
{
border-color: #671BDA;
}
.TagClassName
{
border-color: #671BDA;
}
</style>