Shades of Purple Heart #6733BF
Tints of Purple Heart #6733BF
RGB
CMYK
RGB Variations
Color information
#6733BF (or 0x6733BF) is known color: Purple Heart. HEX triplet: 67, 33 and BF. RGB value is (103,51,191). Sum of RGB (Red+Green+Blue) = 103+51+191=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #6733BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6733BF is #98CC40. Grayscale: #525252. Windows color (decimal): -10013761 or 12530535. OLE color: 12530535.
HSL color Cylindrical-coordinate representation of color #6733BF: hue angle of 262.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6733BF is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 51 | 191 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.25 |
| HSL | 262.29º | 0.58% | 0.47% | - |
| HSV(B) | 262.29º | 0.73% | 0.75% | - |
| XYZ | 16.18 | 9.01 | 50.18 | - |
| YUV | 82.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 191 | 0.46 | 0.73 | 0 | 0.25 | 262.29 | 0.58 | 0.47 |
| Hex | 67 | 33 | BF | 2E | 49 | 0 | 19 | 106 | 3A | 2F |
| Octal | 147 | 63 | 277 | 56 | 111 | 0 | 31 | 406 | 72 | 57 |
| Binary | 1100111 | 110011 | 10111111 | 101110 | 1001001 | 0 | 11001 | 100000110 | 111010 | 101111 |
Color Harmonies of #6733BF
Complementary color
Monochromatic Colors of #6733BF
Black with #6733BF
Text Example
Text Example
White with #6733BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6733BF; }
p { color: rgb(103,51,191); }
H1.HeaderClassName
{
color: #6733BF;
}
.AnyTagClassName
{
color: #6733BF;
}
</style>
background-color css
<style>
a { background-color: #6733BF; }
a { background-color: rgb(103,51,191); }
div.DivClassName
{
background-color: #6733BF;
}
.BgClassName
{
background-color: #6733BF;
}
</style>
border-color css
<style>
span { border-color: #6733BF; }
span { border-color: rgb(103,51,191); }
td.TdClassName
{
border-color: #6733BF;
}
.TagClassName
{
border-color: #6733BF;
}
</style>