Shades of Purple Heart #6817B6
Tints of Purple Heart #6817B6
RGB
CMYK
RGB Variations
Color information
#6817B6 (or 0x6817B6) is known color: Purple Heart. HEX triplet: 68, 17 and B6. RGB value is (104,23,182). Sum of RGB (Red+Green+Blue) = 104+23+182=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #6817B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6817B6 is #97E849. Grayscale: #404040. Windows color (decimal): -9955402 or 11933544. OLE color: 11933544.
HSL color Cylindrical-coordinate representation of color #6817B6: hue angle of 270.57º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6817B6 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 23 | 182 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.29 |
| HSL | 270.57º | 0.78% | 0.4% | - |
| HSV(B) | 270.57º | 0.87% | 0.71% | - |
| XYZ | 14.46 | 6.93 | 44.83 | - |
| YUV | 65.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 182 | 0.43 | 0.87 | 0 | 0.29 | 270.57 | 0.78 | 0.4 |
| Hex | 68 | 17 | B6 | 2B | 57 | 0 | 1D | 10F | 4E | 28 |
| Octal | 150 | 27 | 266 | 53 | 127 | 0 | 35 | 417 | 116 | 50 |
| Binary | 1101000 | 10111 | 10110110 | 101011 | 1010111 | 0 | 11101 | 100001111 | 1001110 | 101000 |
Color Harmonies of #6817B6
Complementary color
Monochromatic Colors of #6817B6
Black with #6817B6
Text Example
Text Example
White with #6817B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817B6; }
p { color: rgb(104,23,182); }
H1.HeaderClassName
{
color: #6817B6;
}
.AnyTagClassName
{
color: #6817B6;
}
</style>
background-color css
<style>
a { background-color: #6817B6; }
a { background-color: rgb(104,23,182); }
div.DivClassName
{
background-color: #6817B6;
}
.BgClassName
{
background-color: #6817B6;
}
</style>
border-color css
<style>
span { border-color: #6817B6; }
span { border-color: rgb(104,23,182); }
td.TdClassName
{
border-color: #6817B6;
}
.TagClassName
{
border-color: #6817B6;
}
</style>