Shades of Purple Heart #733FCB
Tints of Purple Heart #733FCB
RGB
CMYK
RGB Variations
Color information
#733FCB (or 0x733FCB) is known color: Purple Heart. HEX triplet: 73, 3F and CB. RGB value is (115,63,203). Sum of RGB (Red+Green+Blue) = 115+63+203=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #733FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FCB is #8CC034. Grayscale: #5D5D5D. Windows color (decimal): -9224245 or 13320051. OLE color: 13320051.
HSL color Cylindrical-coordinate representation of color #733FCB: hue angle of 262.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733FCB is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 63 | 203 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.20 |
| HSL | 262.29º | 0.57% | 0.52% | - |
| HSV(B) | 262.29º | 0.69% | 0.8% | - |
| XYZ | 19.63 | 11.51 | 57.69 | - |
| YUV | 94.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 203 | 0.43 | 0.69 | 0 | 0.20 | 262.29 | 0.57 | 0.52 |
| Hex | 73 | 3F | CB | 2B | 45 | 0 | 14 | 106 | 39 | 34 |
| Octal | 163 | 77 | 313 | 53 | 105 | 0 | 24 | 406 | 71 | 64 |
| Binary | 1110011 | 111111 | 11001011 | 101011 | 1000101 | 0 | 10100 | 100000110 | 111001 | 110100 |
Color Harmonies of #733FCB
Complementary color
Monochromatic Colors of #733FCB
Black with #733FCB
Text Example
Text Example
White with #733FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FCB; }
p { color: rgb(115,63,203); }
H1.HeaderClassName
{
color: #733FCB;
}
.AnyTagClassName
{
color: #733FCB;
}
</style>
background-color css
<style>
a { background-color: #733FCB; }
a { background-color: rgb(115,63,203); }
div.DivClassName
{
background-color: #733FCB;
}
.BgClassName
{
background-color: #733FCB;
}
</style>
border-color css
<style>
span { border-color: #733FCB; }
span { border-color: rgb(115,63,203); }
td.TdClassName
{
border-color: #733FCB;
}
.TagClassName
{
border-color: #733FCB;
}
</style>