Shades of Purple Heart #7643CB
Tints of Purple Heart #7643CB
RGB
CMYK
RGB Variations
Color information
#7643CB (or 0x7643CB) is known color: Purple Heart. HEX triplet: 76, 43 and CB. RGB value is (118,67,203). Sum of RGB (Red+Green+Blue) = 118+67+203=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #7643CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7643CB is #89BC34. Grayscale: #616161. Windows color (decimal): -9026613 or 13321078. OLE color: 13321078.
HSL color Cylindrical-coordinate representation of color #7643CB: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7643CB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 67 | 203 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.20 |
| HSL | 262.5º | 0.57% | 0.53% | - |
| HSV(B) | 262.5º | 0.67% | 0.8% | - |
| XYZ | 20.26 | 12.18 | 57.78 | - |
| YUV | 97.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 203 | 0.42 | 0.67 | 0 | 0.20 | 262.5 | 0.57 | 0.53 |
| Hex | 76 | 43 | CB | 2A | 43 | 0 | 14 | 106 | 39 | 35 |
| Octal | 166 | 103 | 313 | 52 | 103 | 0 | 24 | 406 | 71 | 65 |
| Binary | 1110110 | 1000011 | 11001011 | 101010 | 1000011 | 0 | 10100 | 100000110 | 111001 | 110101 |
Color Harmonies of #7643CB
Complementary color
Monochromatic Colors of #7643CB
Black with #7643CB
Text Example
Text Example
White with #7643CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7643CB; }
p { color: rgb(118,67,203); }
H1.HeaderClassName
{
color: #7643CB;
}
.AnyTagClassName
{
color: #7643CB;
}
</style>
background-color css
<style>
a { background-color: #7643CB; }
a { background-color: rgb(118,67,203); }
div.DivClassName
{
background-color: #7643CB;
}
.BgClassName
{
background-color: #7643CB;
}
</style>
border-color css
<style>
span { border-color: #7643CB; }
span { border-color: rgb(118,67,203); }
td.TdClassName
{
border-color: #7643CB;
}
.TagClassName
{
border-color: #7643CB;
}
</style>