Shades of Purple Heart #733FBB
Tints of Purple Heart #733FBB
RGB
CMYK
RGB Variations
Color information
#733FBB (or 0x733FBB) is known color: Purple Heart. HEX triplet: 73, 3F and BB. RGB value is (115,63,187). Sum of RGB (Red+Green+Blue) = 115+63+187=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #733FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FBB is #8CC044. Grayscale: #5C5C5C. Windows color (decimal): -9224261 or 12271475. OLE color: 12271475.
HSL color Cylindrical-coordinate representation of color #733FBB: hue angle of 265.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733FBB is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 63 | 187 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.27 |
| HSL | 265.16º | 0.5% | 0.49% | - |
| HSV(B) | 265.16º | 0.66% | 0.73% | - |
| XYZ | 17.82 | 10.79 | 48.16 | - |
| YUV | 92.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 187 | 0.39 | 0.66 | 0 | 0.27 | 265.16 | 0.5 | 0.49 |
| Hex | 73 | 3F | BB | 27 | 42 | 0 | 1B | 109 | 32 | 31 |
| Octal | 163 | 77 | 273 | 47 | 102 | 0 | 33 | 411 | 62 | 61 |
| Binary | 1110011 | 111111 | 10111011 | 100111 | 1000010 | 0 | 11011 | 100001001 | 110010 | 110001 |
Color Harmonies of #733FBB
Complementary color
Monochromatic Colors of #733FBB
Black with #733FBB
Text Example
Text Example
White with #733FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FBB; }
p { color: rgb(115,63,187); }
H1.HeaderClassName
{
color: #733FBB;
}
.AnyTagClassName
{
color: #733FBB;
}
</style>
background-color css
<style>
a { background-color: #733FBB; }
a { background-color: rgb(115,63,187); }
div.DivClassName
{
background-color: #733FBB;
}
.BgClassName
{
background-color: #733FBB;
}
</style>
border-color css
<style>
span { border-color: #733FBB; }
span { border-color: rgb(115,63,187); }
td.TdClassName
{
border-color: #733FBB;
}
.TagClassName
{
border-color: #733FBB;
}
</style>