#7F3A4E

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

Shades of Camelot #7F3A4E

Tints of Camelot #7F3A4E

Color information

#7F3A4E (or 0x7F3A4E) is unknown color: approx Camelot. HEX triplet: 7F, 3A and 4E. RGB value is (127,58,78). Sum of RGB (Red+Green+Blue) = 127+58+78=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A4E is #80C5B1. Grayscale: #505050. Windows color (decimal): -8439218 or 5126783. OLE color: 5126783.

HSL color Cylindrical-coordinate representation of color #7F3A4E: hue angle of 342.61º 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 #7F3A4E is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1275878-
CMYK00.540.390.50
HSL342.61º37.3%36.27%-
HSV(B)342.61º54.33%49.8%-
XYZ11.648.098.16-
YUV80.91126.36160.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.29%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=48.29%
G=22.05%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127587800.540.390.50342.6137.336.27
Hex7F3A4E03627321572524
Octal1777211606647625274544
Binary111111111101010011100110110100111110010101010111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3A4E; }

 p { color: rgb(127,58,78); }

 H1.HeaderClassName
 {
   color: #7F3A4E;
 }
 .AnyTagClassName
 {
   color: #7F3A4E;
 }
</style>
background-color css

<style>
 a { background-color: #7F3A4E; }

 a { background-color: rgb(127,58,78); }

 div.DivClassName
 {
   background-color: #7F3A4E;
 }
 .BgClassName
 {
   background-color: #7F3A4E;
 }
</style>
border-color css

<style>
 span { border-color: #7F3A4E; }

 span { border-color: rgb(127,58,78); }

 td.TdClassName
 {
   border-color: #7F3A4E;
 }
 .TagClassName
 {
   border-color: #7F3A4E;
 }
</style>