Shades of Camelot #763A4E
Tints of Camelot #763A4E
RGB
CMYK
RGB Variations
Color information
#763A4E (or 0x763A4E) is known color: Camelot. HEX triplet: 76, 3A and 4E. RGB value is (118,58,78). Sum of RGB (Red+Green+Blue) = 118+58+78=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A4E is #89C5B1. Grayscale: #4E4E4E. Windows color (decimal): -9029042 or 5126774. OLE color: 5126774.
HSL color Cylindrical-coordinate representation of color #763A4E: hue angle of 340º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A4E is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 78 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.54 |
| HSL | 340º | 0.34% | 0.35% | - |
| HSV(B) | 340º | 0.51% | 0.46% | - |
| XYZ | 10.36 | 7.43 | 8.1 | - |
| YUV | 78.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 78 | 0 | 0.51 | 0.34 | 0.54 | 340 | 0.34 | 0.35 |
| Hex | 76 | 3A | 4E | 0 | 33 | 22 | 36 | 154 | 22 | 23 |
| Octal | 166 | 72 | 116 | 0 | 63 | 42 | 66 | 524 | 42 | 43 |
| Binary | 1110110 | 111010 | 1001110 | 0 | 110011 | 100010 | 110110 | 101010100 | 100010 | 100011 |
Color Harmonies of #763A4E
Complementary color
Monochromatic Colors of #763A4E
Black with #763A4E
Text Example
Text Example
White with #763A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A4E; }
p { color: rgb(118,58,78); }
H1.HeaderClassName
{
color: #763A4E;
}
.AnyTagClassName
{
color: #763A4E;
}
</style>
background-color css
<style>
a { background-color: #763A4E; }
a { background-color: rgb(118,58,78); }
div.DivClassName
{
background-color: #763A4E;
}
.BgClassName
{
background-color: #763A4E;
}
</style>
border-color css
<style>
span { border-color: #763A4E; }
span { border-color: rgb(118,58,78); }
td.TdClassName
{
border-color: #763A4E;
}
.TagClassName
{
border-color: #763A4E;
}
</style>