Shades of Purple Heart #6733BA
Tints of Purple Heart #6733BA
RGB
CMYK
RGB Variations
Color information
#6733BA (or 0x6733BA) is known color: Purple Heart. HEX triplet: 67, 33 and BA. RGB value is (103,51,186). Sum of RGB (Red+Green+Blue) = 103+51+186=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6733BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6733BA is #98CC45. Grayscale: #515151. Windows color (decimal): -10013766 or 12202855. OLE color: 12202855.
HSL color Cylindrical-coordinate representation of color #6733BA: hue angle of 263.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6733BA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 51 | 186 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.27 |
| HSL | 263.11º | 0.57% | 0.46% | - |
| HSV(B) | 263.11º | 0.73% | 0.73% | - |
| XYZ | 15.64 | 8.8 | 47.33 | - |
| YUV | 81.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 186 | 0.45 | 0.73 | 0 | 0.27 | 263.11 | 0.57 | 0.46 |
| Hex | 67 | 33 | BA | 2D | 49 | 0 | 1B | 107 | 39 | 2E |
| Octal | 147 | 63 | 272 | 55 | 111 | 0 | 33 | 407 | 71 | 56 |
| Binary | 1100111 | 110011 | 10111010 | 101101 | 1001001 | 0 | 11011 | 100000111 | 111001 | 101110 |
Color Harmonies of #6733BA
Complementary color
Monochromatic Colors of #6733BA
Black with #6733BA
Text Example
Text Example
White with #6733BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6733BA; }
p { color: rgb(103,51,186); }
H1.HeaderClassName
{
color: #6733BA;
}
.AnyTagClassName
{
color: #6733BA;
}
</style>
background-color css
<style>
a { background-color: #6733BA; }
a { background-color: rgb(103,51,186); }
div.DivClassName
{
background-color: #6733BA;
}
.BgClassName
{
background-color: #6733BA;
}
</style>
border-color css
<style>
span { border-color: #6733BA; }
span { border-color: rgb(103,51,186); }
td.TdClassName
{
border-color: #6733BA;
}
.TagClassName
{
border-color: #6733BA;
}
</style>