Shades of Purple Heart #733DCB
Tints of Purple Heart #733DCB
RGB
CMYK
RGB Variations
Color information
#733DCB (or 0x733DCB) is known color: Purple Heart. HEX triplet: 73, 3D and CB. RGB value is (115,61,203). Sum of RGB (Red+Green+Blue) = 115+61+203=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #733DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DCB is #8CC234. Grayscale: #5C5C5C. Windows color (decimal): -9224757 or 13319539. OLE color: 13319539.
HSL color Cylindrical-coordinate representation of color #733DCB: hue angle of 262.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733DCB is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 61 | 203 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.20 |
| HSL | 262.82º | 0.58% | 0.52% | - |
| HSV(B) | 262.82º | 0.7% | 0.8% | - |
| XYZ | 19.52 | 11.29 | 57.65 | - |
| YUV | 93.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 203 | 0.43 | 0.70 | 0 | 0.20 | 262.82 | 0.58 | 0.52 |
| Hex | 73 | 3D | CB | 2B | 46 | 0 | 14 | 107 | 3A | 34 |
| Octal | 163 | 75 | 313 | 53 | 106 | 0 | 24 | 407 | 72 | 64 |
| Binary | 1110011 | 111101 | 11001011 | 101011 | 1000110 | 0 | 10100 | 100000111 | 111010 | 110100 |
Color Harmonies of #733DCB
Complementary color
Monochromatic Colors of #733DCB
Black with #733DCB
Text Example
Text Example
White with #733DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DCB; }
p { color: rgb(115,61,203); }
H1.HeaderClassName
{
color: #733DCB;
}
.AnyTagClassName
{
color: #733DCB;
}
</style>
background-color css
<style>
a { background-color: #733DCB; }
a { background-color: rgb(115,61,203); }
div.DivClassName
{
background-color: #733DCB;
}
.BgClassName
{
background-color: #733DCB;
}
</style>
border-color css
<style>
span { border-color: #733DCB; }
span { border-color: rgb(115,61,203); }
td.TdClassName
{
border-color: #733DCB;
}
.TagClassName
{
border-color: #733DCB;
}
</style>