Shades of Purple Heart #671BBD
Tints of Purple Heart #671BBD
RGB
CMYK
RGB Variations
Color information
#671BBD (or 0x671BBD) is known color: Purple Heart. HEX triplet: 67, 1B and BD. RGB value is (103,27,189). Sum of RGB (Red+Green+Blue) = 103+27+189=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #671BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BBD is #98E442. Grayscale: #434343. Windows color (decimal): -10019907 or 12393319. OLE color: 12393319.
HSL color Cylindrical-coordinate representation of color #671BBD: hue angle of 268.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671BBD is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 27 | 189 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.26 |
| HSL | 268.15º | 0.75% | 0.42% | - |
| HSV(B) | 268.15º | 0.86% | 0.74% | - |
| XYZ | 15.17 | 7.34 | 48.76 | - |
| YUV | 68.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 189 | 0.46 | 0.86 | 0 | 0.26 | 268.15 | 0.75 | 0.42 |
| Hex | 67 | 1B | BD | 2E | 56 | 0 | 1A | 10C | 4B | 2A |
| Octal | 147 | 33 | 275 | 56 | 126 | 0 | 32 | 414 | 113 | 52 |
| Binary | 1100111 | 11011 | 10111101 | 101110 | 1010110 | 0 | 11010 | 100001100 | 1001011 | 101010 |
Color Harmonies of #671BBD
Complementary color
Monochromatic Colors of #671BBD
Black with #671BBD
Text Example
Text Example
White with #671BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BBD; }
p { color: rgb(103,27,189); }
H1.HeaderClassName
{
color: #671BBD;
}
.AnyTagClassName
{
color: #671BBD;
}
</style>
background-color css
<style>
a { background-color: #671BBD; }
a { background-color: rgb(103,27,189); }
div.DivClassName
{
background-color: #671BBD;
}
.BgClassName
{
background-color: #671BBD;
}
</style>
border-color css
<style>
span { border-color: #671BBD; }
span { border-color: rgb(103,27,189); }
td.TdClassName
{
border-color: #671BBD;
}
.TagClassName
{
border-color: #671BBD;
}
</style>