Shades of Purple Heart #6732BE
Tints of Purple Heart #6732BE
RGB
CMYK
RGB Variations
Color information
#6732BE (or 0x6732BE) is known color: Purple Heart. HEX triplet: 67, 32 and BE. RGB value is (103,50,190). Sum of RGB (Red+Green+Blue) = 103+50+190=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #6732BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6732BE is #98CD41. Grayscale: #515151. Windows color (decimal): -10014018 or 12464743. OLE color: 12464743.
HSL color Cylindrical-coordinate representation of color #6732BE: hue angle of 262.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6732BE is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 50 | 190 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.25 |
| HSL | 262.71º | 0.58% | 0.47% | - |
| HSV(B) | 262.71º | 0.74% | 0.75% | - |
| XYZ | 16.03 | 8.88 | 49.58 | - |
| YUV | 81.81 | 189.06 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 190 | 0.46 | 0.74 | 0 | 0.25 | 262.71 | 0.58 | 0.47 |
| Hex | 67 | 32 | BE | 2E | 4A | 0 | 19 | 107 | 3A | 2F |
| Octal | 147 | 62 | 276 | 56 | 112 | 0 | 31 | 407 | 72 | 57 |
| Binary | 1100111 | 110010 | 10111110 | 101110 | 1001010 | 0 | 11001 | 100000111 | 111010 | 101111 |
Color Harmonies of #6732BE
Complementary color
Monochromatic Colors of #6732BE
Black with #6732BE
Text Example
Text Example
White with #6732BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6732BE; }
p { color: rgb(103,50,190); }
H1.HeaderClassName
{
color: #6732BE;
}
.AnyTagClassName
{
color: #6732BE;
}
</style>
background-color css
<style>
a { background-color: #6732BE; }
a { background-color: rgb(103,50,190); }
div.DivClassName
{
background-color: #6732BE;
}
.BgClassName
{
background-color: #6732BE;
}
</style>
border-color css
<style>
span { border-color: #6732BE; }
span { border-color: rgb(103,50,190); }
td.TdClassName
{
border-color: #6732BE;
}
.TagClassName
{
border-color: #6732BE;
}
</style>