#7F3A4A

Color #7F3A4A Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #7F3A4A

Tints of Camelot #7F3A4A

Color information

#7F3A4A (or 0x7F3A4A) is unknown color: approx 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

RGB1275874-
CMYK00.540.420.50
HSL346.09º37.3%36.27%-
HSV(B)346.09º54.33%49.8%-
XYZ11.58.037.42-
YUV80.46124.36161.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=49.03%
G=22.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127587400.540.420.50346.0937.336.27
Hex7F3A4A0362A3215a2524
Octal1777211206652625324544
Binary111111111101010010100110110101010110010101011010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>