Shades of Purple Heart #7336CB
Tints of Purple Heart #7336CB
RGB
CMYK
RGB Variations
Color information
#7336CB (or 0x7336CB) is known color: Purple Heart. HEX triplet: 73, 36 and CB. RGB value is (115,54,203). Sum of RGB (Red+Green+Blue) = 115+54+203=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #7336CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7336CB is #8CC934. Grayscale: #585858. Windows color (decimal): -9226549 or 13317747. OLE color: 13317747.
HSL color Cylindrical-coordinate representation of color #7336CB: hue angle of 264.56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7336CB is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 54 | 203 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.20 |
| HSL | 264.56º | 0.59% | 0.5% | - |
| HSV(B) | 264.56º | 0.73% | 0.8% | - |
| XYZ | 19.17 | 10.59 | 57.53 | - |
| YUV | 89.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 203 | 0.43 | 0.73 | 0 | 0.20 | 264.56 | 0.59 | 0.5 |
| Hex | 73 | 36 | CB | 2B | 49 | 0 | 14 | 109 | 3B | 32 |
| Octal | 163 | 66 | 313 | 53 | 111 | 0 | 24 | 411 | 73 | 62 |
| Binary | 1110011 | 110110 | 11001011 | 101011 | 1001001 | 0 | 10100 | 100001001 | 111011 | 110010 |
Color Harmonies of #7336CB
Complementary color
Monochromatic Colors of #7336CB
Black with #7336CB
Text Example
Text Example
White with #7336CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7336CB; }
p { color: rgb(115,54,203); }
H1.HeaderClassName
{
color: #7336CB;
}
.AnyTagClassName
{
color: #7336CB;
}
</style>
background-color css
<style>
a { background-color: #7336CB; }
a { background-color: rgb(115,54,203); }
div.DivClassName
{
background-color: #7336CB;
}
.BgClassName
{
background-color: #7336CB;
}
</style>
border-color css
<style>
span { border-color: #7336CB; }
span { border-color: rgb(115,54,203); }
td.TdClassName
{
border-color: #7336CB;
}
.TagClassName
{
border-color: #7336CB;
}
</style>