Shades of Purple Heart #733FBD
Tints of Purple Heart #733FBD
RGB
CMYK
RGB Variations
Color information
#733FBD (or 0x733FBD) is known color: Purple Heart. HEX triplet: 73, 3F and BD. RGB value is (115,63,189). Sum of RGB (Red+Green+Blue) = 115+63+189=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #733FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FBD is #8CC042. Grayscale: #5C5C5C. Windows color (decimal): -9224259 or 12402547. OLE color: 12402547.
HSL color Cylindrical-coordinate representation of color #733FBD: hue angle of 264.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733FBD is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 63 | 189 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.26 |
| HSL | 264.76º | 0.5% | 0.49% | - |
| HSV(B) | 264.76º | 0.67% | 0.74% | - |
| XYZ | 18.03 | 10.87 | 49.29 | - |
| YUV | 92.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 189 | 0.39 | 0.67 | 0 | 0.26 | 264.76 | 0.5 | 0.49 |
| Hex | 73 | 3F | BD | 27 | 43 | 0 | 1A | 109 | 32 | 31 |
| Octal | 163 | 77 | 275 | 47 | 103 | 0 | 32 | 411 | 62 | 61 |
| Binary | 1110011 | 111111 | 10111101 | 100111 | 1000011 | 0 | 11010 | 100001001 | 110010 | 110001 |
Color Harmonies of #733FBD
Complementary color
Monochromatic Colors of #733FBD
Black with #733FBD
Text Example
Text Example
White with #733FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FBD; }
p { color: rgb(115,63,189); }
H1.HeaderClassName
{
color: #733FBD;
}
.AnyTagClassName
{
color: #733FBD;
}
</style>
background-color css
<style>
a { background-color: #733FBD; }
a { background-color: rgb(115,63,189); }
div.DivClassName
{
background-color: #733FBD;
}
.BgClassName
{
background-color: #733FBD;
}
</style>
border-color css
<style>
span { border-color: #733FBD; }
span { border-color: rgb(115,63,189); }
td.TdClassName
{
border-color: #733FBD;
}
.TagClassName
{
border-color: #733FBD;
}
</style>