Shades of Purple Heart #6733BC
Tints of Purple Heart #6733BC
RGB
CMYK
RGB Variations
Color information
#6733BC (or 0x6733BC) is known color: Purple Heart. HEX triplet: 67, 33 and BC. RGB value is (103,51,188). Sum of RGB (Red+Green+Blue) = 103+51+188=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6733BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6733BC is #98CC43. Grayscale: #515151. Windows color (decimal): -10013764 or 12333927. OLE color: 12333927.
HSL color Cylindrical-coordinate representation of color #6733BC: hue angle of 262.77º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6733BC is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 51 | 188 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.26 |
| HSL | 262.77º | 0.57% | 0.47% | - |
| HSV(B) | 262.77º | 0.73% | 0.74% | - |
| XYZ | 15.85 | 8.88 | 48.46 | - |
| YUV | 82.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 188 | 0.45 | 0.73 | 0 | 0.26 | 262.77 | 0.57 | 0.47 |
| Hex | 67 | 33 | BC | 2D | 49 | 0 | 1A | 107 | 39 | 2F |
| Octal | 147 | 63 | 274 | 55 | 111 | 0 | 32 | 407 | 71 | 57 |
| Binary | 1100111 | 110011 | 10111100 | 101101 | 1001001 | 0 | 11010 | 100000111 | 111001 | 101111 |
Color Harmonies of #6733BC
Complementary color
Monochromatic Colors of #6733BC
Black with #6733BC
Text Example
Text Example
White with #6733BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6733BC; }
p { color: rgb(103,51,188); }
H1.HeaderClassName
{
color: #6733BC;
}
.AnyTagClassName
{
color: #6733BC;
}
</style>
background-color css
<style>
a { background-color: #6733BC; }
a { background-color: rgb(103,51,188); }
div.DivClassName
{
background-color: #6733BC;
}
.BgClassName
{
background-color: #6733BC;
}
</style>
border-color css
<style>
span { border-color: #6733BC; }
span { border-color: rgb(103,51,188); }
td.TdClassName
{
border-color: #6733BC;
}
.TagClassName
{
border-color: #6733BC;
}
</style>