Shades of Camelot #7F3A4A
Tints of Camelot #7F3A4A
RGB
CMYK
RGB Variations
Color information
#7F3A4A (or 0x7F3A4A) is known color: Camelot. HEX triplet: 7F, 3A and 4A. RGB value is (127,58,74). Sum of RGB (Red+Green+Blue) = 127+58+74=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A4A is #80C5B5. Grayscale: #505050. Windows color (decimal): -8439222 or 4864639. OLE color: 4864639.
HSL color Cylindrical-coordinate representation of color #7F3A4A: hue angle of 346.09º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A4A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 74 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.50 |
| HSL | 346.09º | 0.37% | 0.36% | - |
| HSV(B) | 346.09º | 0.54% | 0.5% | - |
| XYZ | 11.5 | 8.03 | 7.42 | - |
| YUV | 80.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 74 | 0 | 0.54 | 0.42 | 0.50 | 346.09 | 0.37 | 0.36 |
| Hex | 7F | 3A | 4A | 0 | 36 | 2A | 32 | 15A | 25 | 24 |
| Octal | 177 | 72 | 112 | 0 | 66 | 52 | 62 | 532 | 45 | 44 |
| Binary | 1111111 | 111010 | 1001010 | 0 | 110110 | 101010 | 110010 | 101011010 | 100101 | 100100 |
Color Harmonies of #7F3A4A
Complementary color
Monochromatic Colors of #7F3A4A
Black with #7F3A4A
Text Example
Text Example
White with #7F3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A4A; }
p { color: rgb(127,58,74); }
H1.HeaderClassName
{
color: #7F3A4A;
}
.AnyTagClassName
{
color: #7F3A4A;
}
</style>
background-color css
<style>
a { background-color: #7F3A4A; }
a { background-color: rgb(127,58,74); }
div.DivClassName
{
background-color: #7F3A4A;
}
.BgClassName
{
background-color: #7F3A4A;
}
</style>
border-color css
<style>
span { border-color: #7F3A4A; }
span { border-color: rgb(127,58,74); }
td.TdClassName
{
border-color: #7F3A4A;
}
.TagClassName
{
border-color: #7F3A4A;
}
</style>