Shades of Purple Heart #6732BF
Tints of Purple Heart #6732BF
RGB
CMYK
RGB Variations
Color information
#6732BF (or 0x6732BF) is known color: Purple Heart. HEX triplet: 67, 32 and BF. RGB value is (103,50,191). Sum of RGB (Red+Green+Blue) = 103+50+191=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #6732BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6732BF is #98CD40. Grayscale: #515151. Windows color (decimal): -10014017 or 12530279. OLE color: 12530279.
HSL color Cylindrical-coordinate representation of color #6732BF: hue angle of 262.55º degrees, saturation: 0.59, 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 #6732BF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 50 | 191 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.25 |
| HSL | 262.55º | 0.59% | 0.47% | - |
| HSV(B) | 262.55º | 0.74% | 0.75% | - |
| XYZ | 16.14 | 8.93 | 50.16 | - |
| YUV | 81.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 191 | 0.46 | 0.74 | 0 | 0.25 | 262.55 | 0.59 | 0.47 |
| Hex | 67 | 32 | BF | 2E | 4A | 0 | 19 | 107 | 3B | 2F |
| Octal | 147 | 62 | 277 | 56 | 112 | 0 | 31 | 407 | 73 | 57 |
| Binary | 1100111 | 110010 | 10111111 | 101110 | 1001010 | 0 | 11001 | 100000111 | 111011 | 101111 |
Color Harmonies of #6732BF
Complementary color
Monochromatic Colors of #6732BF
Black with #6732BF
Text Example
Text Example
White with #6732BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6732BF; }
p { color: rgb(103,50,191); }
H1.HeaderClassName
{
color: #6732BF;
}
.AnyTagClassName
{
color: #6732BF;
}
</style>
background-color css
<style>
a { background-color: #6732BF; }
a { background-color: rgb(103,50,191); }
div.DivClassName
{
background-color: #6732BF;
}
.BgClassName
{
background-color: #6732BF;
}
</style>
border-color css
<style>
span { border-color: #6732BF; }
span { border-color: rgb(103,50,191); }
td.TdClassName
{
border-color: #6732BF;
}
.TagClassName
{
border-color: #6732BF;
}
</style>