Shades of Purple Heart #733AB6
Tints of Purple Heart #733AB6
RGB
CMYK
RGB Variations
Color information
#733AB6 (or 0x733AB6) is known color: Purple Heart. HEX triplet: 73, 3A and B6. RGB value is (115,58,182). Sum of RGB (Red+Green+Blue) = 115+58+182=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #733AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733AB6 is #8CC549. Grayscale: #585858. Windows color (decimal): -9225546 or 11942515. OLE color: 11942515.
HSL color Cylindrical-coordinate representation of color #733AB6: hue angle of 267.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #733AB6 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 58 | 182 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.29 |
| HSL | 267.58º | 0.52% | 0.47% | - |
| HSV(B) | 267.58º | 0.68% | 0.71% | - |
| XYZ | 17.03 | 10.05 | 45.3 | - |
| YUV | 89.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 182 | 0.37 | 0.68 | 0 | 0.29 | 267.58 | 0.52 | 0.47 |
| Hex | 73 | 3A | B6 | 25 | 44 | 0 | 1D | 10C | 34 | 2F |
| Octal | 163 | 72 | 266 | 45 | 104 | 0 | 35 | 414 | 64 | 57 |
| Binary | 1110011 | 111010 | 10110110 | 100101 | 1000100 | 0 | 11101 | 100001100 | 110100 | 101111 |
Color Harmonies of #733AB6
Complementary color
Monochromatic Colors of #733AB6
Black with #733AB6
Text Example
Text Example
White with #733AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AB6; }
p { color: rgb(115,58,182); }
H1.HeaderClassName
{
color: #733AB6;
}
.AnyTagClassName
{
color: #733AB6;
}
</style>
background-color css
<style>
a { background-color: #733AB6; }
a { background-color: rgb(115,58,182); }
div.DivClassName
{
background-color: #733AB6;
}
.BgClassName
{
background-color: #733AB6;
}
</style>
border-color css
<style>
span { border-color: #733AB6; }
span { border-color: rgb(115,58,182); }
td.TdClassName
{
border-color: #733AB6;
}
.TagClassName
{
border-color: #733AB6;
}
</style>