Shades of Purple Heart #6734BD
Tints of Purple Heart #6734BD
RGB
CMYK
RGB Variations
Color information
#6734BD (or 0x6734BD) is known color: Purple Heart. HEX triplet: 67, 34 and BD. RGB value is (103,52,189). Sum of RGB (Red+Green+Blue) = 103+52+189=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #6734BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6734BD is #98CB42. Grayscale: #525252. Windows color (decimal): -10013507 or 12399719. OLE color: 12399719.
HSL color Cylindrical-coordinate representation of color #6734BD: hue angle of 262.34º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6734BD is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 52 | 189 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.26 |
| HSL | 262.34º | 0.57% | 0.47% | - |
| HSV(B) | 262.34º | 0.72% | 0.74% | - |
| XYZ | 16.01 | 9.01 | 49.04 | - |
| YUV | 82.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 189 | 0.46 | 0.72 | 0 | 0.26 | 262.34 | 0.57 | 0.47 |
| Hex | 67 | 34 | BD | 2E | 48 | 0 | 1A | 106 | 39 | 2F |
| Octal | 147 | 64 | 275 | 56 | 110 | 0 | 32 | 406 | 71 | 57 |
| Binary | 1100111 | 110100 | 10111101 | 101110 | 1001000 | 0 | 11010 | 100000110 | 111001 | 101111 |
Color Harmonies of #6734BD
Complementary color
Monochromatic Colors of #6734BD
Black with #6734BD
Text Example
Text Example
White with #6734BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6734BD; }
p { color: rgb(103,52,189); }
H1.HeaderClassName
{
color: #6734BD;
}
.AnyTagClassName
{
color: #6734BD;
}
</style>
background-color css
<style>
a { background-color: #6734BD; }
a { background-color: rgb(103,52,189); }
div.DivClassName
{
background-color: #6734BD;
}
.BgClassName
{
background-color: #6734BD;
}
</style>
border-color css
<style>
span { border-color: #6734BD; }
span { border-color: rgb(103,52,189); }
td.TdClassName
{
border-color: #6734BD;
}
.TagClassName
{
border-color: #6734BD;
}
</style>