Shades of Camelot #7A3E53
Tints of Camelot #7A3E53
RGB
CMYK
RGB Variations
Color information
#7A3E53 (or 0x7A3E53) is known color: Camelot. HEX triplet: 7A, 3E and 53. RGB value is (122,62,83). Sum of RGB (Red+Green+Blue) = 122+62+83=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E53 is #85C1AC. Grayscale: #525252. Windows color (decimal): -8765869 or 5455482. OLE color: 5455482.
HSL color Cylindrical-coordinate representation of color #7A3E53: hue angle of 339º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E53 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 83 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.52 |
| HSL | 339º | 0.33% | 0.36% | - |
| HSV(B) | 339º | 0.49% | 0.48% | - |
| XYZ | 11.31 | 8.21 | 9.17 | - |
| YUV | 82.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 83 | 0 | 0.49 | 0.32 | 0.52 | 339 | 0.33 | 0.36 |
| Hex | 7A | 3E | 53 | 0 | 31 | 20 | 34 | 153 | 21 | 24 |
| Octal | 172 | 76 | 123 | 0 | 61 | 40 | 64 | 523 | 41 | 44 |
| Binary | 1111010 | 111110 | 1010011 | 0 | 110001 | 100000 | 110100 | 101010011 | 100001 | 100100 |
Color Harmonies of #7A3E53
Complementary color
Monochromatic Colors of #7A3E53
Black with #7A3E53
Text Example
Text Example
White with #7A3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E53; }
p { color: rgb(122,62,83); }
H1.HeaderClassName
{
color: #7A3E53;
}
.AnyTagClassName
{
color: #7A3E53;
}
</style>
background-color css
<style>
a { background-color: #7A3E53; }
a { background-color: rgb(122,62,83); }
div.DivClassName
{
background-color: #7A3E53;
}
.BgClassName
{
background-color: #7A3E53;
}
</style>
border-color css
<style>
span { border-color: #7A3E53; }
span { border-color: rgb(122,62,83); }
td.TdClassName
{
border-color: #7A3E53;
}
.TagClassName
{
border-color: #7A3E53;
}
</style>